1. 程式人生 > >python無法安裝cv2的解決辦法

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