首先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/

 

——————  无情分割线祝大家科研顺利  ——————

相关文章:

  • 2021-10-29
  • 2022-12-23
  • 2021-08-12
  • 2021-05-24
  • 2021-08-06
  • 2022-12-23
  • 2022-01-18
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案