【发布时间】:2016-10-13 01:46:11
【问题描述】:
我一直在尝试按照建议从 Pycharm 和终端安装 OpenCV 和 cv2:
pip install --user opencv
pip install --user cv2
但我收到以下错误:
Collecting opencv
Could not find a version that satisfies the requirement opencv (from versions: )
No matching distribution found for opencv
和
Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2
如何解决这些问题并正确安装软件包?我正在使用 python 3.4。
【问题讨论】:
-
如果你在 Ubuntu 上试试
sudo apt-get install python3-opencv