Rebuild the library with Windows, GTK+ 2.x or Cocoa support

2023-12-13 14:07:20
Error
Traceback (most recent call last):
  File "/sda2/Software/andconda3Install/envs/wav2lip/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/sda2/Software/andconda3Install/envs/wav2lip/lib/python3.9/unittest/case.py", line 592, in run
    self._callTestMethod(testMethod)
  File "/sda2/Software/andconda3Install/envs/wav2lip/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/sda1/ideaProjects/Python_Netback/SCIAI_VirtualHuman_src/wav2lip_unittest.py", line 152, in test_get_square_point_piexl
    cv.namedWindow('selectROI')
cv2.error: OpenCV(4.7.0) /io/opencv/modules/highgui/src/window.cpp:1255: 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 'cvNamedWindow'


错误原因

opencv-python 与opencv-python-headless版本不一致,确定一个版本,指定另一个版本

opencv-python             4.8.1.78                 pypi_0    pypi
opencv-python-headless    4.7.0.72                 pypi_0    pypi

解决方案

opencv-python             4.8.1.78                 pypi_0    pypi
opencv-python-headless    4.8.1.78                 pypi_0    pypi

文章来源:https://blog.csdn.net/weixin_42991437/article/details/134953484
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。