报错: requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64/current_repodata.json
这里显着是在https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/路径下未获取到影响的json配置文件,既然如此,删掉mirrors.tuna.tsinghua.edu.cn这两行,修改后如下:
ssl_verify: true
channels:
- defaults
show_channel_urls: true
复制代码
2. 再次实行conda update conda命令行升级
报错:requests不能从conda情况中被移除
Preparing transaction: done
Verifying transaction: failed
RemoveError: 'requests' is a dependency of conda and cannot be removed from