Linux

module ‘spconv’ has no attribute ‘SparseModule’
module ‘spconv’ has no attribute ‘SparseModule’ import spconv.pytorch as spconv instead of import spconv
Linux

AttributeError module ‘numpy’ has no attribute ...
AttributeError: module ‘numpy’ has no attribute ‘int’ $ conda list // numpy version 1.26.4 solution) $ pip install numpy==1.23.0
Linux

undefined symbol ffi_type_pointer, version LIBF...
undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0 Error Message from cv_bridge.boost.cv_bridge_boost import getCvType ImportError: /usr/lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0 Solution conda...