pyyolo
pyyolo copied to clipboard
Undefined symbol: cvWaitKey when import pyyolo
Hi Mr. Park. When running your example.py file, i met this error "Undefined symbol: cvWaitKey" (because of pyyolo import) As i know, pyyolo source uses function incorrect. How to repair it? Thank so much!
Install OpenCV for python.
sudo apt-get install python-opencv
Oh no. I had installed before i posted this issue. My OpenCV version: 3.3.0. waitKey instead of cvWaitKey?
I'm sorry. It only tested with OpenCV 2.4.
How do I repair it? Can you support for me? Thanks1
I am also stuck with this problem. How do i proceed?
@christian-ek I think you should change version of OpenCV or @thomaspark-pkj update code! ^^
Trying to do this but still get the same error..
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'2.4.13'
>>>
python example.py
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: cvWaitKey
Any ideas?
I have tried with any possible opencv version =(