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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -