failed to use the python interface
Closed this issue · 1 comments
Tord-Zhang commented
I failed to use the python interface after successful compilation.
Got the error message blow:
/home/imageim/installations/face_swap/interfaces/python/face_swap_py.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE
I am sure that I compile the code with python blind. I compile caffe and opencv without cuda. The python version is 2.7.
I googled this problem, someone said that it is because the python version does not match the boost version when compiling caffe, but I am sure the version match.
YuvalNirkin commented
What is your Boost version?