首先OpenCV不太推荐使用conda命令安装,但是使用pip速度又非常的慢,这时候就要用到清华镜像了
1、进入你要安装的anaconda虚拟环境
2、pip命令行里输入
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python
基本上这一个命令就可以解决问题啦!
清华镜像源
https://mirrors.tuna.tsinghua.edu.cn/
—————— 无情分割线祝大家科研顺利 ——————