digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

Error import pyyolo #27

Open rlucaz opened 6 years ago

rlucaz commented 6 years ago

Hello my friends, I have the following problem

Traceback (most recent call last): File "example.py", line 1, in <module> import pyyolo ImportError: /usr/local/lib/python2.7/dist-packages/pyyolo.so: undefined symbol: _ZGVbN2vv___pow_finite

I installed it on another computer and it worked, but this is experiencing this problem after following the tutorial installation

linkolnlima commented 6 years ago

Try copy the file /usr/local/lib/python2.7/dist-packages/pyyolo.so from another computer and try again

gf0507033 commented 6 years ago

Add -lm -lmvec flags to makefile and setup.py as was suggested in #26

LinuxChristian commented 6 years ago

I had the same problem on Python 3.4. @gf0507033's suggestion fixed the problem.

stucksubstitute commented 6 years ago

Hi, no it doesn't. I always get an

nvcc fatal : Unknown option 'fopenmp'