conda镜像源

# 显示所有镜像通道路径命令

conda config --show channels

我本机好用的镜像如下:

(FGVC) C:\Users\Admin>conda config --show channels
channels:
  - https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/win-64/
  - defaults

具体操作参考下文:Conda配置国内镜像源_Ada叶小雨的博客-CSDN博客_conda镜像源

我发现使用conda install xxxx 比 pip install xxxx 好用

但是我发现配置以上镜像好像对于下载速度没有什么区别,难道是我使用了梯子的原因?

猜你喜欢

转载自blog.csdn.net/weixin_43135178/article/details/123746639