traveller59 / spconv

Spatial Sparse Convolution Library
Apache License 2.0
1.89k stars 366 forks source link

cumm and spconv versions do not match #726

Closed BlackNightdd closed 2 weeks ago

BlackNightdd commented 3 weeks ago

I encountered the following error while installing spconv. ERROR: Could not find a version that satisfies the requirement cumm<0.5.0,>=0.4.5 (from spconv) (from versions: 0.1.0, 0.5.0, 0.5.1, 0.5.3, 0.6.0, 0.6.1, 0.6.2, 0.6.3) ERROR: No matching distribution found for cumm<0.5.0,>=0.4.5 I don't know how to solve it?

mk2510 commented 3 weeks ago

Hi, you need to remove the dependencies also in setup.py in line 44

BlackNightdd commented 2 weeks ago

嗨,您还需要在第 44 行的 setup.py 中删除依赖项

Solved, thank you!