我一直在尝试从 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
我怎样才能修复这些问题并正确地安装这些软件包呢。