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
OpenCV Error: Unspecified error (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 cvShowImage, file /io/opencv/modules/highgui/src/window.cpp, line 583
Traceback (most recent call last):
File "play_radar.py", line 59, in <module>
cv2.imshow(title, vis * 2.) # The data is doubled to improve visualisation
cv2.error: /io/opencv/modules/highgui/src/window.cpp:583: 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 cvShowImage
I use python3.5.2, The libgtk2.0-dev and pkg-config have been already installed. Thanks!
The text was updated successfully, but these errors were encountered:
I use python3.5.2, The libgtk2.0-dev and pkg-config have been already installed. Thanks!
The text was updated successfully, but these errors were encountered: