Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lboost_python3 #22

Open
Dev2022 opened this issue Aug 24, 2016 · 4 comments
Open

lboost_python3 #22

Dev2022 opened this issue Aug 24, 2016 · 4 comments

Comments

@Dev2022
Copy link

Dev2022 commented Aug 24, 2016

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
@DennisBang
Copy link

did you solve it because I have the same problem

@Dev2022
Copy link
Author

Dev2022 commented Sep 29, 2016

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

@SinForest
Copy link

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

@gaoyangyiqiao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants