解决conda报错:An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. ‘https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64’

出现情景:使用conda create新环境的时候

原因:conda用http协议从源站获取文件,但源站使用的是https协议

解决办法:

conda换源,将原来https的源地址换为http

Windows如下:

在用户目录下的这个文件,点击进入编辑

将https改为http

发表回复