I'm working on the one project, which use opencv-python. truble is non-working but very important function cv2.imshow()
. I've tryed to use other way to show image but it isn't work with non-downloaded image and i can't download picture due to restrition of my project. Let be laconistic.
Code: https://pastebin.com/N3h7dnx2
Error's text:
cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1267: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa 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'
P.S. That can beimportant, in error's text indicated the path through the disk D, but my disk В is absolutly empty
I've millions times written pip uninstall opencv-python
and then pip install opencv-python
I've installed opencv-python-headless