RFdiffusion icon indicating copy to clipboard operation
RFdiffusion copied to clipboard

se3-transformer issue when installing

Open aw10279 opened this issue 2 years ago • 5 comments

when i installed model with "pip install -e . ", i got this error: ERROR: Could not find a version that satisfies the requirement se3-transformer (from rfdiffusion) (from versions: none) ERROR: No matching distribution found for se3-transformer

If i imported se3-transformer in python, it gonna be fine: Python 3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import se3_transformer

So i don't know how to solve this problem.

aw10279 avatar Nov 27 '23 15:11 aw10279

I'd recommend you make sure you install from the provided se3nv environment and follow the readme, it has python 3.9 and all the packages. I tried to create my own environment and I ran into many dependency issues.

tencerjo avatar Dec 02 '23 22:12 tencerjo

Same here

(SE3nv) PS E:\repo\RFdiffusion> pip install -e .
Looking in indexes: https://mirrors.cloud.tencent.com/pypi/simple
Obtaining file:///E:/repo/RFdiffusion
  Preparing metadata (setup.py) ... done
Requirement already satisfied: torch in c:\users\linonetwo\.conda\envs\se3nv\lib\site-packages (from rfdiffusion==1.1.0) (1.9.1)
INFO: pip is looking at multiple versions of rfdiffusion to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement se3-transformer (from rfdiffusion) (from versions: none)
ERROR: No matching distribution found for se3-transformer

linonetwo avatar Apr 19 '24 16:04 linonetwo

Ditto what @linonetwo said, except I'm doing it with bash/GNU Linux:

$ pip install -e .
Obtaining file:///path/to/conda/24.3.0/envs/RFdiffusion/RFdiffusion
  Preparing metadata (setup.py) ... done
Requirement already satisfied: torch in /path/to/conda/24.3.0/envs/SE3nv/lib/python3.9/site-packages (from rfdiffusion==1.1.0) (1.9.1.post3)
INFO: pip is looking at multiple versions of rfdiffusion to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement se3-transformer (from rfdiffusion) (from versions: none)
ERROR: No matching distribution found for se3-transformer

ChristopherBottomsOMRF avatar May 22 '24 10:05 ChristopherBottomsOMRF

I success after start over, following readme...

linonetwo avatar May 22 '24 10:05 linonetwo