ModuleNotFoundError: No module named 'tree'
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
C:\Users\Acer\source\repos\alphafold>
I tried pip install dm-tree, it did not help.
Hi! I’ve submitted a pull request that resolves this issue: #1080
It includes a fix for the tree module error and also addresses pdbfixer installation on Windows. All tests passed, and a Windows-specific installation guide has been added to the README.
Would appreciate it if someone could take a look! 🙏
@Augustin-Zidek I believe we can close this: https://github.com/google-deepmind/alphafold/pull/1080#issuecomment-3308486552.
Fixed by @rpachauri in https://github.com/google-deepmind/alphafold/commit/dffd48ab62556662fb76bd57e08ad113df1d3807. Thanks!