You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to install TRELLIS on Ubuntu 24.10 and get the same error:
ERROR: Could not find a version that satisfies the requirement spconv-cu120 (from versions: none)
ERROR: No matching distribution found for spconv-cu120
I try to modify setup.sh
if [ "$NEW_ENV" = true ] ; then conda create -n trellis python=3.12.7 conda activate trellis conda install pytorch==2.4.1 torchvision==0.19.1 pytorch-cuda=12.1 -c pytorch -c nvidia fi
I changed python, pythorch, torchvision and cuda to my installed versions
But get the same error
ERROR: Could not find a version that satisfies the requirement spconv-cu120 (from versions: none)
ERROR: No matching distribution found for spconv-cu120
The text was updated successfully, but these errors were encountered:
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 3347 G /usr/lib/xorg/Xorg 374MiB |
| 0 N/A N/A 3666 G xfwm4 6MiB |
I try to install TRELLIS on Ubuntu 24.10 and get the same error:
ERROR: Could not find a version that satisfies the requirement spconv-cu120 (from versions: none)
ERROR: No matching distribution found for spconv-cu120
I try to modify setup.sh
if [ "$NEW_ENV" = true ] ; then conda create -n trellis python=3.12.7 conda activate trellis conda install pytorch==2.4.1 torchvision==0.19.1 pytorch-cuda=12.1 -c pytorch -c nvidia fi
I changed python, pythorch, torchvision and cuda to my installed versions
But get the same error
ERROR: Could not find a version that satisfies the requirement spconv-cu120 (from versions: none)
ERROR: No matching distribution found for spconv-cu120
The text was updated successfully, but these errors were encountered: