lzccccc/SMOKE

undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E

trappist232 opened this issue · 6 comments

ImportError: /smoke/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E

have you ever encountered this problem? could you tell me how to solve it?

Have you solved yet? I encountered the same problem.

Hi! check torch and torchvision version first. torch==1.3.1, torchvision==0.4.2 work for me.

KDJJJ commented

Have you solved yet? I encountered the same problem.

Hi!Have you solved yet? I encountered the same problem.

ImportError: ../smoke/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs

xingyizhou/CenterNet#646

This error may be related to Anaconda and Pytorch for their discontinuous g++. I solve this problem by uninstall Anaconda and re-download SMOKE codes.