logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python下安装opencv出现错误,2021-6-22

在程序中需要导入cv2 库import cv2因此进行安装时,使用以下命令安装,出现问题pip install cv2问题:ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)ERROR: No matching distribution found for cv2解决方法:

到底了