Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors from running scripts with python3 #27

Open
drscopus opened this issue Jan 10, 2020 · 2 comments
Open

Errors from running scripts with python3 #27

drscopus opened this issue Jan 10, 2020 · 2 comments

Comments

@drscopus
Copy link

drscopus commented Jan 10, 2020

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!

@mttgdd
Copy link
Member

mttgdd commented Jan 11, 2020

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?

@drscopus
Copy link
Author

drscopus commented Jan 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants