pip install cv2出错

79 阅读1分钟

pip install cv2会报错,如下 image.png

修改命令为

pip install opencv-python