赞
踩
1、Python运行显示没有安装cv库
2、直接pip install cv2显示没有这个库
3、正确方法:用pip install opencv-python导入库(可以实现,但下载速度很慢)。
可以采用清华镜像源,
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python,以及conda安装conda install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python
(可添加版本号==4.3.0.38)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。