Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matching distribution found for spconv-cu120 #201

Open
VP-GAMES opened this issue Mar 12, 2025 · 1 comment
Open

No matching distribution found for spconv-cu120 #201

VP-GAMES opened this issue Mar 12, 2025 · 1 comment

Comments

@VP-GAMES
Copy link

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

@VP-GAMES
Copy link
Author

My system:
PRETTY_NAME="Ubuntu 24.10"
NAME="Ubuntu"
VERSION_ID="24.10"
VERSION="24.10 (Oracular Oriole)"
VERSION_CODENAME=oracular
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=oracular
LOGO=ubuntu-logo
(base) vladimir@vladimir-ubuntu:~$ nvidia-smi
Wed Mar 12 12:09:11 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 560.35.03 Driver Version: 560.35.03 CUDA Version: 12.6 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3090 Off | 00000000:01:00.0 On | N/A |
| 0% 44C P8 44W / 390W | 401MiB / 24576MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| 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 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant