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' #1047

Open
adokhugi opened this issue Dec 9, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'tree' #1047

adokhugi opened this issue Dec 9, 2024 · 0 comments

Comments

@adokhugi
Copy link

adokhugi commented Dec 9, 2024

Microsoft Windows [Version 10.0.22631.4460]
(c) Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Acer\source\repos\alphafold>python run_alphafold_test.py
Traceback (most recent call last):
File "C:\Users\Acer\source\repos\alphafold\run_alphafold_test.py", line 22, in
import run_alphafold
File "C:\Users\Acer\source\repos\alphafold\run_alphafold.py", line 31, in
from alphafold.common import protein
File "C:\Users\Acer\source\repos\alphafold\alphafold\common\protein.py", line 23, in
from alphafold.common import residue_constants
File "C:\Users\Acer\source\repos\alphafold\alphafold\common\residue_constants.py", line 23, in
import tree
ModuleNotFoundError: No module named 'tree'

C:\Users\Acer\source\repos\alphafold>

I tried pip install dm-tree, it did not help.

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

1 participant