一、遇到问题

python版本:
python3.9

执行:

pip install cv2

错误如下:

ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) 
ERROR: No matching distribution found for cv2

在这里插入图片描述

二、解决

安装opencv-python

执行:

pip install opencv-python

在这里插入图片描述

Logo

CSDN联合极客时间,共同打造面向开发者的精品内容学习社区,助力成长!

更多推荐