問題:在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
問題:在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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。