conda 换回默认源
报错信息:1Collecting package metadata: failed23UnavailableInvalidChannel: The channel is not accessible or is invalid.4 channel name: anaconda/pkgs/free5 channel url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free6 error code: 40478You will need to adjust your conda configuration to proceed.9Use `conda config --show channels` to view your configuration's current state,10and use `conda config --show-sources` to view config file locations.
清华镜像居然404了, 那就只好换回默认源先了.
1 | conda config --remove-key channels |