RosettaCommons / RosettaCommons/RFdiffusion
problems installing from env/SE3nv.yml
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 644
- PR merge metrics
- No merged PRs in 30d
Description
I have installed RFdiffusion in conda. I followed the instructions in the README. However, I got stuck at one specific step:
conda env create -f env/SE3nv.yml
The problem was that the installation took extremely long, in fact it never finished. I had to cancel the process after four hours.
I found an alternative way however: installing the packages in specific order.
- python=3.9
- cudatoolkit=11.1
- dgl-cuda11.1
- pytorch=1.9, torchaudio, torchvision
- pip packages
I did that in less than 10 minutes.
Just wanted to let you know.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README installation instructions and env/SE3nv.yml, then reproduce the conda env creation step and compare it with the reported ordered installation. Done means the documented environment setup completes successfully without requiring an undocumented workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python, pytorch
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100