[python] cv2.error: OpenCV_xxx_install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvWaitKey'

[python] cv2.error: OpenCV(4.5.4)

enter image description here

[python] cv2.error: OpenCV(4.5.4) \opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1340: 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 ‘cvWaitKey’

python 에서 새로 가상환경 설정 후 실행 할려고 했더니 계속 에러가 난다.
찾아봤더니 opencv-python 버전 충돌 문제

아래처럼 싹 지우고 다시 깔았더니 잘됨

pip uninstall opencv-python
pip uninstall opencv-contrib-python
pip uninstall opencv-python-headless
pip install opencv-python --upgrade

끝.

도움이 되셨다면 더 좋은 정보 공유를 위해 광고 클릭 부탁 드립니다 :)

댓글 쓰기

0 댓글