OpenCV cv2.imshow is not working because of the qt

后端 未结 1 657
生来不讨喜
生来不讨喜 2020-12-06 12:32

I am having a problem that I can not use cv2.imshow() because of following error message

qt.qpa.plugin: Could not find the Qt platform plugi

1条回答
  •  情深已故
    2020-12-06 13:02

    I had the same issue after updating opencv - python to 4.2.0.32.

    Uninstall opencv-python and install the lower version (e.g pip install opencv-python==4.1.0.25) solves this issue.

    0 讨论(0)
提交回复
热议问题