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

lib import erro when run the demo #1

Open
c3l2 opened this issue Mar 3, 2017 · 2 comments
Open

lib import erro when run the demo #1

c3l2 opened this issue Mar 3, 2017 · 2 comments

Comments

@c3l2
Copy link

c3l2 commented Mar 3, 2017

I built the project follow the instruction. I got the following error when I ran the demo:
Traceback (most recent call last):
File "run_yfcc_det.py", line 7, in
import pyDarknet
File "/mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/init.py", line 1, in
from detector import Darknet_ObjectDetector as ObjectDetector
File "/mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/detector.py", line 1, in
from libpydarknet import DarknetObjectDetector
ImportError: /mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/libpydarknet.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE

It seems a libboost version error, but I donn't know how to fix. Can anybody help me?

@home3k
Copy link

home3k commented Mar 6, 2017

I had the same problem. Waiting to fix.

@ajbolous
Copy link

i have the same problem...

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

3 participants