RFdiffusion icon indicating copy to clipboard operation
RFdiffusion copied to clipboard

problems installing from env/SE3nv.yml

Open cbaakman opened this issue 10 months ago • 2 comments

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.

cbaakman avatar Apr 29 '24 12:04 cbaakman

It finishes in a few minutes when I use the .yaml file. Can you highlight which exact step took the longest?

harshagrawal13 avatar Jul 01 '24 08:07 harshagrawal13

I simply installed the invironment from the repo:

conda env create -f env/SE3nv.yml

I don't remember which exact package was the cause.

cbaakman avatar Jul 01 '24 09:07 cbaakman