exisas / LGC-VD

MIT License
34 stars 2 forks source link

Somthing Wrong with your Installation #2

Closed JunyaoHu closed 9 months ago

JunyaoHu commented 9 months ago

In your readme:

conda create -n lgc_vd python=3.8
pip install -r requirements.txt

It shows on the terminal

ERROR: Ignored the following versions that require a different python version: 
1.25.0 Requires-Python >=3.9; 
1.25.0rc1 Requires-Python >=3.9; 
1.25.1 Requires-Python >=3.9; 
1.25.2 Requires-Python >=3.9; 
1.26.0b1 Requires-Python <3.13,>=3.9; 
1.26.0rc1 Requires-Python <3.13,>=3.9; 
2.1.0 Requires-Python >=3.9; 
2.1.0rc0 Requires-Python >=3.9; 
3.8.0rc1 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement pytorch3d==0.7.2 (from versions: 0.1.1, 0.2.0, 0.2.5, 0.3.0)
ERROR: No matching distribution found for pytorch3d==0.7.2
exisas commented 9 months ago

pytorch3d is not necessary, you can directly remove this item from the requirements.txt.