-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from pdbfixer import PDBFixer ModuleNotFoundError: No module named 'pdbfixer' #20
Comments
pip installed dependencies: Lines 12 to 40 in b7065da
pdbfixer repo with instructions: https://github.com/openmm/pdbfixer Well, in the end this is the reason why we have the conda environment setup. |
OpenMM needs to be pip installable first: openmm/pdbfixer#254 They are available since this November (2024) for the latest version 8.2 and higher: https://pypi.org/project/OpenMM/ so soon this will be resolved |
Hi, this might not be the right place to ask this but for most people it obviously works.
For some reason in my setup it can't find the module pdbfixer, which is used by esmtools. ProteusAI is installed into my python environment and I'm trying to run the code from the design_demo.py.
If you think I should ask this at esmtools, just tell me to go away.
Still any idea what might be wrong in my setup?
Regards Christoph
The text was updated successfully, but these errors were encountered: