安装d2l

安装d2l,第1张

在李沐深度学习课程中,按着沐神的命令安装d2l总出现问题,做个小记录

在anaconda prompt里输入(默认base环境)

pip install d2l -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

报错:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'E:\\anaconda\\Lib\\site-packages\\~atplotlib\\backends\\_backend_agg.cp39-win_amd64.pyd'
Consider using the `--user` option or check the permissions.

更新了一下pip解决

python -m pip install --upgrade pip  -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/langs/794193.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-06
下一篇2022-05-06

发表评论

登录后才能评论

评论列表(0条)

    保存