1. 问题: conda search numpy 以及 conda search --full-name python 失败。
失败的现象:
Loading channels: failed
CondaHTTPError: HTTP 404 NOT FOUND for url <http://pypi.douban.com/simple/noarch/repodata.json>
Elapsed: 00:00.158756
The remote server could not find the noarch directory for the
requested channel with url: http://pypi.douban.com/simple
You will need to adjust your conda configuration to proceed.
Use `conda config --show channels` to view your configuration's current state.
Further configuration help can be found at <https://conda.io/docs/config.html>.
使用conda安装命令时一直出现问题,因为从2019年4月添加的国内镜像都不能用了
安装过程中出现以下问题:(历尽千辛万苦,终于才查到原来是清华源,腾讯源都不能用了)
解决方法:
vim ~/.condarc #查看配置文件 Windows下在 C:\Users\root\.condarc
把之前添加的源都删掉,使用默认的就可以
失败的原因是因为--见链接新闻: