You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "classify_webcam.py", line 68, in
a = cv2.waitKey(1) # waits to see if esc is pressed
cv2.error: /Users/travis/build/skvark/opencv-python/opencv/modules/highgui/src/window.cpp:654: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvWaitKey
Going to try "brew install opencv3 --with-python" to fix
[Edit: "brew install opencv3" did not solve the issue, but also running "pip3 uninstall opencv-python; pip3 install opencv-python" did solve the problem]
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "classify_webcam.py", line 68, in
a = cv2.waitKey(1) # waits to see if
esc
is pressedcv2.error: /Users/travis/build/skvark/opencv-python/opencv/modules/highgui/src/window.cpp:654: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvWaitKey
Going to try "brew install opencv3 --with-python" to fix
[Edit: "brew install opencv3" did not solve the issue, but also running "pip3 uninstall opencv-python; pip3 install opencv-python" did solve the problem]
The text was updated successfully, but these errors were encountered: