-1
はPythonスクリプトを実行しようとすると、それは次のようなエラーがスローされます。OpenCVの(機能が実装されていません)
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 cvNamedWindow, file /root/mc-x64-2.7/conda-bld/opencv-3_1482255590695/work/opencv-3.1.0/modules/highgui/src/window.cpp, line 527
Traceback (most recent call last):
File "C1_DrawBboxesOnImages.py", line 90, in <module>
cv2.namedWindow("AnnotationWindow")
cv2.error: /root/mc-x64-2.7/conda-bld/opencv-3_1482255590695/work/opencv-3.1.0/modules/highgui/src/window.cpp:527: 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 cvNamedWindow
私はlibgtk2.0-devのとPKG-config設定をインストールしますが、まだ同じエラーを取得しています誰でも私を助けることができます。
私はこれをしますが、同じエラーを受け取ります:( – samira
cmakeキャッシュを削除して新しいlib –