Skip to content

Troubleshooting

orca command not found

Ensure your virtual environment is activated and reinstall with pip install -e . (or uv pip install -e .).

Palace simulations fail

Verify Palace is installed and available in your PATH, or adjust the palace_executable argument of PalaceSimulator (e.g. apptainer exec palace.sif palace for a containerised install). Pass save_log=True to keep the full Palace output of each simulation in palace.log in its simulation folder.

GDS conversion fails

Verify that gds2palace is installed and that the stackup XML matches your technology. See Custom Classes for the stackup format.

ModuleNotFoundError for torch, sklearn, optuna or onnx

The model-training packages are an optional extra. orca.ModelTrainer, orca.OnnxExporter and orca.ModelTester need them; install with pip install -e ".[train]" (see Setup). The GDS and simulation stages work without them.

Still stuck?

Please open an issue on GitHub with the log output and a description of your setup.