mit-han-lab / torchsparse

[MICRO'23, MLSys'22] TorchSparse: Efficient Training and Inference Framework for Sparse Convolution on GPUs.
https://torchsparse.mit.edu
MIT License
1.17k stars 138 forks source link

[Installation] <title>No version for installation #313

Open zhanxch opened 1 month ago

zhanxch commented 1 month ago

Is there an existing issue for this?

Have you followed all the steps in the FAQ?

Current Behavior

Could not find a version that satisfies the requirement torchsparse==2.1.0+torch20cu117 (from versions: none).

For command python -c "$(curl -fsSL https://raw.githubusercontent.com/mit-han-lab/torchsparse/master/install.py)"; The website mentioned in README is also inaccessible.

Error Line

he detected CUDA version (12.4) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions. How can I install torchsparse for cuda11.7 ?

Environment

- GCC:
- NVCC:
- PyTorch:2.1.0
- PyTorch CUDA:11.7

Full Error Log

  RuntimeError:
  The detected CUDA version (12.4) mismatches the version that was used to compile
  PyTorch (11.7). Please make sure to use the same CUDA versions.

  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for torchsparse Running setup.py clean for torchsparse Failed to build torchsparse ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (torchsparse)