1.conda创建虚拟环境
conda create --name opencv3.7 python=3.7
2.激活虚拟环境
conda activate opencv3.7
3.安装 opencv文章来源:https://www.toymoban.com/news/detail-783338.html
pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ opencv-python==3.4.2.16
python3.7安装opencv python 和 opencv-contrib-python的相关问题_opencv-contrib-python和opencv-python-CSDN博客文章来源地址https://www.toymoban.com/news/detail-783338.html
pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ opencv-contrib-python==3.4.2.16
到了这里,关于python3.7conda安装opencv的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!