torchsparse icon indicating copy to clipboard operation
torchsparse copied to clipboard

Reply ablout TorchSparse Install

Open Peach-tao622 opened this issue 6 months ago • 3 comments

google-sparsehash https://code.google.com/archive/sparsehash That thing is dead, can this lib use a different hash map ?

Originally posted by @Dariusz1989 in #343

You can try like that: conda install bioconda::google-sparsehash conda install bioconda::google-sparsehash git clone https://github.com/mit-han-lab/torchsparse.git cd torchsparse python setup.py install Python setup.py 安装 This setup ensures a consistent and compatible CUDA environment for PyTorch and TorchSparse.

Peach-tao622 avatar Jun 07 '25 02:06 Peach-tao622

Hello maintainers, Could the dependency be updated please? Frankly, I don't want to use conda, since I've just removed it from my project (in favor of uv)

Thank you.

MRiabov avatar Jun 15 '25 16:06 MRiabov

Hello, solved by using:

sudo apt-get install libsparsehash-dev

MRiabov avatar Jun 15 '25 19:06 MRiabov

Thanks, "conda install bioconda::google-sparsehash" solved my problem

Sakura0124 avatar Nov 04 '25 06:11 Sakura0124