selective_search_py icon indicating copy to clipboard operation
selective_search_py copied to clipboard

lboost_python3

Open Dev2022 opened this issue 8 years ago • 4 comments

Hi after changing the CmakeList you have updated, now I am getting this error

Boost version: 1.58.0

Boost include path: /usr/local/include

Could not find the following Boost libraries:

  boost_python3

Dev2022 avatar Aug 24 '16 03:08 Dev2022

did you solve it because I have the same problem

DennisBang avatar Sep 28 '16 22:09 DennisBang

HI Dennis,

Yes. I have got an another version for Python2. That works well.This is the link

https://github.com/BradNeuberg/selective_search_py

Dev2022 avatar Sep 29 '16 01:09 Dev2022

You can solve this by installing Boost with Python (e.g. libboost-all-dev in apt on Ubuntu or Debian) and linking libboost_python3.so to the library corresponding to your python version, e.g.: cd /usr/lib/x86_64-linux-gnu sudo ln -s libboost_python-py35.so libboost_python3.so

SinForest avatar Mar 14 '17 15:03 SinForest

Hi, Dev @Dev2022 ,when it is Python2, I met another problem:

ld: library not found for -lboost_numpy
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [segment.dylib] Error 1
make[1]: *** [CMakeFiles/segment.dir/all] Error 2
make: *** [all] Error 2

gaoyangyiqiao avatar Apr 25 '18 10:04 gaoyangyiqiao