digitalbrain79 / pyyolo

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

Undefined symbol: make_iseg_layer on Raspberry Pi 3 B+ #51

Closed mingqxu-zz closed 5 years ago

mingqxu-zz commented 5 years ago

pi@raspberrypi:~/pyyolo $ uname -a Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux

pi@raspberrypi:/pyyolo $ python example.py Traceback (most recent call last): File "example.py", line 1, in import pyyolo ImportError: /usr/local/lib/python2.7/dist-packages/pyyolo.so: undefined symbol: make_iseg_layer pi@raspberrypi:/pyyolo $

The Makefile.zip is attached. Makefile.zip

Thank you in anticipation of your help!

mingqxu-zz commented 5 years ago

Use recursive checkout and the issue is fixed.