在导入cv2模块时,出现下列错误。
ERROR: Could not find a version that satisfies the requirement cv2
正确的方法是在cmd命令行中,输入:
python -m pip install opencv-python

版权声明:本文为weixin_43118073原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
在导入cv2模块时,出现下列错误。
ERROR: Could not find a version that satisfies the requirement cv2
正确的方法是在cmd命令行中,输入:
python -m pip install opencv-python
