undefiend reference to "boost::system::generic_category()"
Closed this issue · 6 comments
when running "make -j8" for face_swap, this error occurs
Sounds like you're missing the boost_system library. Try to reinstall boost.
@YuvalNirkin I fixed this problem and finish the compilation. However,when I run" import face_swap_py" in python, python cannot find the face_swap_py package. I do have import the path to profile
@YuvalNirkin this error, "ImportError: /home/imageim/installations/face_swap/interfaces/python/face_swap_py.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE"
@YuvalNirkin Do you have any idea why this happened? thanks.
@YuvalNirkin In python3.5, I get "Segmentation fault (core dumped)" when I run "import face_swap_py"
Please use Python 2.7, I haven't tested the Python binding with Python 3.x.