An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a s

时间:2024-04-07 07:26:11

1.分析问题:

是下载源的问题,就是默认下载东西的链接是国外的镜像,国外网站拒绝访问,存在一些问题,

因此将源改成国内的镜像即可。

2.解决问题:

打开Environments-->sklearn-->Open Terminal运行命令行

(1)#使用国内清华镜像连接

         conda config --add channels 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/'

(2)#设置URL

         conda config --set show_channel_urls yes

(3)#安装notebook

        conda install jupyter notebook

An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a s

3.这次安装速度飞快,刷刷的就OK了

An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a s

4.运行jupyter notebook,出现下面内容和一个跳转网页即为成功