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

ImportError when running the demo. #3

Open
JirenJin opened this issue Jun 23, 2015 · 1 comment
Open

ImportError when running the demo. #3

JirenJin opened this issue Jun 23, 2015 · 1 comment

Comments

@JirenJin
Copy link

➜ selective_search_py git:(master) ✗ ./demo_showcandidates.py ./0100.jpg
Traceback (most recent call last):
File "./demo_showcandidates.py", line 12, in
import selective_search
File "/home/metadata/work/traffic_object_detection/selective_search_py/selective_search.py", line 10, in
import segment
ImportError: /home/metadata/work/traffic_object_detection/selective_search_py/segment.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE

@JirenJin
Copy link
Author

➜ selective_search_py git:(master) ✗ py.test
============================= test session starts ==============================
platform linux -- Python 3.4.3 -- py-1.4.26 -- pytest-2.6.4
collected 33 items / 1 errors

test_color_space.py ...............
test_features.py ..................

==================================== ERRORS ====================================
__________________ ERROR collecting test_selective_search.py ___________________
test_selective_search.py:8: in
import selective_search
selective_search.py:10: in
import segment
E ImportError: /home/metadata/work/traffic_object_detection/selective_search_py/segment.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE
====================== 33 passed, 1 error in 1.15 seconds ======================

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

1 participant