我一直在尝试按照以下建议从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。
sudo apt-get install python3-opencv