问题:在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删除。