《动手学深度学习》环境配置各类问题集合

1.清理环境

务必卸载曾经安装过得python2或者3,包括pip,pip可以使用命令python -m ensurepip查看电脑有几个,都装在哪里

2.镜像源配置

出现问题:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64/current_repodata.json>
Elapsed: -

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'

解决问题:

找到这个文件用记事本打开,这个在C->Users->自己的用户名 里面

channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
show_channel_urls: true
ssl_verify: false

打开后替换成上面的源,也可以参照这个https://blog.csdn.net/u010099177/article/details/93220251?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task把https改成http

当然,我进行了这两步还是不行,怀疑网的问题,换成了更快的网,结果就可以了。

3.下面是按照教程进行的操作

这个过程中会出现下载失败问题,多下载几遍可能就行,亲测

安装pandas==0.23.4遇到了问题,说是搜不到版本,因为教程是17年发布的,padans已经更新换代,首先将pip升级

pip install --upgrade pip然后pip install pandas就行了,自动下载能下载的最新版本pandas

4.打开notebook

To access the notebook, open this file in a browser:
        file:///C:/Users/%E8%8B%8F%E6%B5%A9/AppData/Roaming/jupyter/runtime/nbserver-14632-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/?token=6408afed092848182a5e5d0a6d28278c42b781494900050d
     or http://127.0.0.1:8888/?token=6408afed092848182a5e5d0a6d28278c42b781494900050d

可能当你输入jupyter notebook出现的是上面的话,没有自动弹出jupyter notebook,输入上面两个网址中的任意一个就可以了

耗时一天,亲测有效

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值