본문 바로가기
Trobleshooting

cv2.error: OpenCV(4.5.5) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1268: 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 Deb..

by pulluper 2022. 5. 6.
반응형

가끔 opencv 가 version 별로 달라서 나는 오류같다. 

간단하게 지웠다가 다시 깔았더니 해결 되었다. 

 

pip uninstall opencv-python

 

pip install opencv-python

 

해결 😎

 

ref

https://stackoverflow.com/questions/67120450/error-2unspecified-error-the-function-is-not-implemented-rebuild-the-libra

 

error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support

I was working on a sign language detection project on jupyter notebook. While running the code for live detection I encountered an error as shown below: OpenCV(4.5.1) C:\Users\appveyor\AppData\Loca...

stackoverflow.com

 

반응형

댓글