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