Skip to content

docs: add Windows setup guide and fix for 'tree' and 'pdbfixer' import errors (resolves #1047) #1080

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

praharsh777
Copy link

This PR resolves #1047, where users encounter:
ModuleNotFoundError: No module named 'tree'
This is caused by the dm-tree package not being properly installed or recognized on some Windows environments.

✅ What I Did
Installed dm-tree manually using "" pip install --force-reinstall --no-cache-dir dm-tree "" to resolve the tree module error.

Resolved a follow-up ModuleNotFoundError for pdbfixer by installing it via GitHub:
pip install git+https://github.com/openmm/pdbfixer.git

Verified both test cases in run_alphafold_test.py passed successfully on Windows 10 with Python 3.12.6.

Added a step-by-step Windows installation guide to README.md to help other users avoid this issue.

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

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'tree'
1 participant