Reply ablout TorchSparse Install
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.
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.
Hello, solved by using:
sudo apt-get install libsparsehash-dev
Thanks, "conda install bioconda::google-sparsehash" solved my problem