RosettaCommons / RosettaCommons/RFdiffusion

problems installing from env/SE3nv.yml

Open
#234 5 comments 3 reactions 0 assignees View on GitHub

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.

  1. python=3.9
  2. cudatoolkit=11.1
  3. dgl-cuda11.1
  4. pytorch=1.9, torchaudio, torchvision
  5. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.