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.16k stars 132 forks source link

[ImportError: cannot import name 'PointTensor' from 'torchsparse'] <title> #241

Closed zlynpu closed 10 months ago

zlynpu commented 10 months ago

Is there an existing issue for this?

Have you followed all the steps in the FAQ?

Current Behavior

No response

Error Line

Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'PointTensor' from 'torchsparse' (/home/huile/miniconda3/envs/sparse/lib/python3.8/site-packages/torchsparse/init.cpython-38-x86_64-linux-gnu.so)

Environment

- GCC:11.4.0
- NVCC:11.7
- PyTorch:1.13.0
- PyTorch CUDA:11.7

Full Error Log

Error Log [PUT YOUR ERROR LOG HERE]
zlynpu commented 10 months ago

I downloaded the .whl file for installation from http://pypi.hanlab.ai/simple/torchsparse/.

Amber0913 commented 9 months ago

Do you solve this problem?

wbjsamuel commented 6 months ago

Same issue. How did you solve that?