E0001: artifact file not found
What happened
The .thx file at the specified path does not exist or cannot be read.
Why
The path does not exist, the file was moved or deleted, or the current user lacks read permission.
How to fix
- Check the path:
ls -la <path>. Confirm the file exists.
- Check permissions:
stat <path>. The file must be readable by the current user.
- If you recently compiled the model, verify
thx.compile() completed without error and the output path matches the path you are passing to thrindex run.
- If the file is on a network drive, check that the drive is mounted.
Example
- E0009 — file found but CRC32 integrity check failed