python无法安装cv2的解决办法

问题:在windows命令窗口输入pip install cv2后出现:Could not find a version that satisfies the requirement cv2...

解决办法:换成以下命令:

pip3 install opencv-python

答案地址:https://stackoverflow.com/questions/37776228/pycharm-python-opencv-and-cv2-install-error

posted on 2018-12-26 20:45  一杯明月  阅读(7057)  评论(0编辑  收藏  举报