DerrickXuNu / OpenCOOD

[ICRA 2022] An opensource framework for cooperative detection. Official implementation for OPV2V.
https://mobility-lab.seas.ucla.edu/opv2v/
Other
663 stars 99 forks source link

No mudule named 'spconc.core_cc' #16

Closed yanzhaohui1124 closed 2 years ago

yanzhaohui1124 commented 2 years ago

File "/home/tasl/anaconda3/envs/opencood/lib/python3.7/site-packages/spconv/cppconstants.py", line 15, in import spconv.core_cc as _ext ModuleNotFoundError: No module named 'spconv.core_cc'

DerrickXuNu commented 2 years ago

This is most likely you didn't install spconv 1.2.1 correctly. Please refer to the installation and issues in spconv repo.

yanzhaohui1124 commented 2 years ago

I use spconv2.1.21. it must be spconv1.2.1?

DerrickXuNu commented 2 years ago

Yes