Skip to content
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

ModuleNotFoundError: No module named 'tree' #22

Open
jnoske opened this issue Aug 22, 2022 · 2 comments
Open

ModuleNotFoundError: No module named 'tree' #22

jnoske opened this issue Aug 22, 2022 · 2 comments

Comments

@jnoske
Copy link

jnoske commented Aug 22, 2022

Hi,

When I want to run the script af2_metrics.py, I get the following ModuleNotFoundError:

Traceback (most recent call last): File "/sw/sci/app/rfdesign/RFDesign/scripts/af2_metrics.py", line 34, in <module> from alphafold.common import protein File "/sw/sci/app/rfdesign/RFDesign/scripts/../hallucination/models/alphafold/alphafold/common/protein.py", line 19, in <module> from alphafold.common import residue_constants File "/sw/sci/app/rfdesign/RFDesign/scripts/../hallucination/models/alphafold/alphafold/common/residue_constants.py", line 22, in <module> import tree ModuleNotFoundError: No module named 'tree'

The environment was set up from the .yml, but I looks like this module is not included.

Best,
Jakob

@jueseph
Copy link
Collaborator

jueseph commented Aug 22, 2022 via email

@jnoske
Copy link
Author

jnoske commented Aug 23, 2022

Thanks a lot that was missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants