cumm icon indicating copy to clipboard operation
cumm copied to clipboard

AssertionError: assert TENSORVIEW_INCLUDE_PATH.exists()

Open Hetali-Vekariya opened this issue 3 years ago • 5 comments

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 from cumm.gemm.main import GemmMainUnitTest 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

Hetali-Vekariya avatar May 23 '22 11:05 Hetali-Vekariya

I'm having the same problem, did you solve it?

Yupeng-mango avatar Apr 19 '23 00:04 Yupeng-mango

I'm having the same problem, did you solve it?

YuRui-Learning avatar Jul 07 '24 14:07 YuRui-Learning