microsoft / microsoft/TRELLIS

No matching distribution found for spconv-cu120

Open
#201 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
13.7k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading setup.sh and reproducing the spconv-cu120 resolution failure on Ubuntu 24.10 with the reported Python, PyTorch, torchvision, and CUDA versions. Trace which dependency or environment constraint causes the failure; done means the documented setup completes without the no-matching-distribution error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch, ubuntu
Domain
build-system, machine-learning, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.