-
Notifications
You must be signed in to change notification settings - Fork 173
Description
Is there an existing issue for this?
- I have searched the existing issues
Have you followed all the steps in the FAQ?
- I have tried the steps in the FAQ.
Current Behavior
Hi, I'm tring to install TorchSparse for a the usage of a NN of the project aria tool at this link: https://github.com/facebookresearch/scenescript.
When I try to install the requirememnts it fail on the installation of TorchSparse.
So I cloned the TorchSparse repository manually and tried to run the install.py script, but encountered the following error:
ERROR: Could not find a version that satisfies the requirement torchsparse==2.1.0+torch20cu118 (from versions: none)
ERROR: No matching distribution found for torchsparse==2.1.0+torch20cu118
From my understanding, TorchSparse version 2.1.0 should be compatible with PyTorch 2.0.0 and CUDA 11.8, as indicated in the documentation.
Furthermore, the GitHub repository references the following link:
http://pypi.hanlab.ai/simple/torchsparse
which is supposed to host the available wheels. Unfortunately, the page returns a 404 error and is currently inaccessible.
Error Line
ERROR: Could not find a version that satisfies the requirement torchsparse==2.1.0+torch20cu118 (from versions: none)
ERROR: No matching distribution found for torchsparse==2.1.0+torch20cu118
Environment
- Python: 3.10.17
- PyTorch: 2.0.0
- PyTorch CUDA: 11.8
Full Error Log
No response