python - undefined symbol: _ZdlPvm -


i using apollocaffe , reinspect. apollocaffe in c++ library , reinspect in python uses apollocaffe library. build apollocaffe using g++-4.8.5. when run command python -m pdb train.py config-- config.json, have error,

importerror: '/home/xxx/softwares/libraries/apollocaffe_22_3_17/build_debug/lib/libcaffe.so: undefined symbol: _zdlpvm' 

what wrong?

based on this (theano) thread, looks you're using incompatible gcc versions. try move gcc version. (see this)


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -