【发布时间】:2017-10-19 17:40:51
【问题描述】:
我无法在我的 MacOS Sierra 上安装 opencv(或)cv2。
我试过pip install opencv,它说:
Could not find a version that satisfies the requirement opencv
当我使用brew install opencv 时,它给了我一条消息:
opencv2 is already installed but not linked so run this command:
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
但即使它显示相同的错误并且无法导入cv2。有什么办法可以解决这个问题吗?或者任何可以帮助我导入和使用 openCV 的 IDE?
【问题讨论】:
标签: python opencv pip homebrew cv2