我在我的mac上的python3.6中安装了opencv-python
。
它表示import cv2
工作正常,除非我尝试cv2.imshow()
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support
有人可以给我详细介绍如何重建图书馆吗?
答案 0 :(得分:1)
你读过PyPi page了吗?
(强调补充)
重要提示
MacOS和Linux车轮目前存在一些局限性:
- 不支持视频相关功能(不使用FFmpeg编译)
- 例如
cv2.imshow()
无效(未使用GTK + 2.x或Carbon支持编译)
所以,我想,欢迎你compile it yourself,但即使是those builds are listed as failing。
您可以使用homebrew
安装opencv
,但不确定如何编译