Open aw10279 opened 11 months ago
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.
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
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
I success after start over, following readme...
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.
So i don't know how to solve this problem.