清华镜像源安装opencv或opencv-contrib
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python3.4.2.16pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python3.4.2.16
·
安装最新版本的opencv
pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install opencv-contrib-python -i https://pypi.tuna.tsinghua.edu.cn/simple
指定安装3.4.2.17版本的opencv
pip install opencv-python==3.4.2.17 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install opencv-contrib-python==3.4.2.17 -i https://pypi.tuna.tsinghua.edu.cn/simple
更多推荐
所有评论(0)