cuda 12.8 cumm-128
Is there any way to solve the incompatibility of spconv 2.3.8 related to cumm-128 in cuda12.8 environment? I have been trying to install spconv in the current environment configuration, but it always shows that it cannot be configured normally. The output whl file is none
You can try to install it from the source code. It's easy.
怎样安装啊
pip install cumm==0.7.3 pip install spconv-cu126
it's work for me. 5090+torch2.10+cuda12.8
收到
pip install cumm==0.7.3 pip install spconv-cu126 Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://pypi.ngc.nvidia.com ERROR: Could not find a version that satisfies the requirement cumm==0.7.3 (from versions: 0.1.0) ERROR: No matching distribution found for cumm==0.7.3 Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://pypi.ngc.nvidia.com ERROR: Could not find a version that satisfies the requirement spconv-cu126 (from versions: none) ERROR: No matching distribution found for spconv-cu126
Why can't I achieve this? Is it related to my use of Orin?
收到