Details: https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

TUNA 提供了 Anaconda 仓库的镜像,运行以下命令:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

即可添加 Anaconda Python 免费仓库。

Now, you can use 'conda install {PKG_NAME}' to install packages needed rapidly.

 

* recover to the default configuration:

conda config --remove-key channels

 

* get more information about conda:

conda info

 


2020.5.7更新

https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

在安装pytorch时出现http error,推测可能源出了问题,因此更新了.condarc文件,然后需要清理一次缓存。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-09-14
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-29
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案