RFdiffusion
RFdiffusion copied to clipboard
problems installing from env/SE3nv.yml
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.
It finishes in a few minutes when I use the .yaml file. Can you highlight which exact step took the longest?
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.