robotcar-dataset-sdk icon indicating copy to clipboard operation
robotcar-dataset-sdk copied to clipboard

Errors from running scripts with python3

Open drscopus opened this issue 5 years ago • 2 comments

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!

drscopus avatar Jan 10 '20 22:01 drscopus

Hi, this seems like an issue specific to your system, but could you send your command line so that I can try to recreate the issue?

mttgdd avatar Jan 11 '20 11:01 mttgdd

My command line is "python play_radar.py ~/Downloads/2019-01-10-14-36-48-radar-oxford-10k-tiny/radar"

drscopus avatar Jan 14 '20 04:01 drscopus