AssertionError: assert TENSORVIEW_INCLUDE_PATH.exists()
I am getting this error while I run import spconv
(mon23) ubuntu@ip-:/mnt/data/Mon/second.pytorch/second/spconv$ python Python 3.6.9 (default, Mar 15 2022, 13:55:28) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.
import spconv Traceback (most recent call last): File "
", line 1, in File "/mnt/data/Mon/second.pytorch/second/spconv/spconv/init.py", line 17, in from .core import ConvAlgo, AlgoHint File "/mnt/data/Mon/second.pytorch/second/spconv/spconv/core.py", line 15, in from cumm.gemm.main import gen_shuffle_params_v2 as gen_shuffle_params, GemmAlgoParams File "/home/ubuntu/.local/lib/python3.6/site-packages/cumm/init.py", line 21, in from .constants import CUMM_CPU_ONLY_BUILD, CUMM_DISABLE_JIT, PACKAGE_NAME File "/home/ubuntu/.local/lib/python3.6/site-packages/cumm/constants.py", line 35, in assert TENSORVIEW_INCLUDE_PATH.exists() AssertionError
Can you please help me here?
If I build again using python setup.py bdist_wheel then I get the following error.
(mon23) ubuntu@ip-:/mnt/data/Mon/second.pytorch/second/spconv$ python setup.py bdist_wheel
Traceback (most recent call last):
File "setup.py", line 153, in
I'm having the same problem, did you solve it?
I'm having the same problem, did you solve it?