belltailjp / selective_search_py

Python-based implementation of the Selective Search for Object Recognition.
MIT License
369 stars 121 forks source link

Error during running the demo #13

Open phtruongan opened 9 years ago

phtruongan commented 9 years ago

when I try to run demo_showcandidates.py: import segment ImportError: /usr/lib/x86_64-linux-gnu/libboost_python-py34.so.1.55.0 Undefined symbol: PyUnicode_As...

I don't know why because I have installed boost 1.59.0 for python. If I remove the package libboost-all-dev (1.55.0): the segment return another error liboost_python-py27.so,1.55.0: No such file or directory.

I hope you can help me about that error. Thank you so much.