YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
825 stars 203 forks source link

failed to use the python interface #35

Closed Tord-Zhang closed 5 years ago

Tord-Zhang commented 5 years ago

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 5 years ago

What is your Boost version?