@创建于:20211101

1、直接修改文件

找到.condarc的路径:
C:\Users\username\.conda\pkgs\conda-4.8.3-py36_0\info\test\tests

.condarc文件增加

channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - defaults
show_channel_urls: true

参考链接:【Anaconda】Anaconda使用(修改.condarc文件和常用命令)

2、命令导入

# 添加清华Anaconda镜像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
# 显示通道地址
conda config --set show_channel_urls yes

若未成功生成该配置文件,也可手动创建、添加上面内容保存即可

参考链接:.condarc(conda 配置文件)、换国内源

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐