foundry
foundry copied to clipboard
Cannot locate 'rfd3.trainer.rfd3.AADesignTrainer' when running examples or inference
Environment
- OS: WSL 2 / Ubuntu
- Python: 3.12
- Foundry / RFD3 version: latest commit from https://github.com/RosettaCommons/foundry.git
- Dependencies: installed via provided requirements / conda environment
Description
I am trying to run the official RFD3 examples and inference, but encounter the following Hydra error:
This occurs in the following cases:
- Running the Jupyter notebook example:
./foundry/examples/all.ipynb
InstantiationException: Error locating target 'rfd3.trainer.rfd3.AADesignTrainer', set env var HYDRA_FULL_ERROR=1 to see chained exception.
full_key: trainer
Hi! Could you provide more details of how you installed rfd3? When you have the environment activated locally, does rfd3 at the coomand-line do anything?