码迷,mamicode.com
首页 > 其他好文 > 详细

pip安装jupyter时报错

时间:2019-07-31 16:53:40      阅读:516      评论:0      收藏:0      [点我收藏+]

标签:格式   for   username   word   hat   name   提示   alt   遇到   

之前看到同事用一个python的编辑器,而且是网页版的,感觉很高大上啊!问了一下,说是jupyter。今天想配置一下jupyter结果遇到了问题,在pip install jupyter时,一直提示:

Could not find a version that satisfies the requirement jupyter (from versions: )
No matching distribution found for jupyter

技术图片

查了好多资料,有人提到可能是因为proxy的原因,也确实,我用的公司的网络,是有proxy的,于是果断加上proxy信息,问题解决。特此记录一下,pip install时配置proxy的格式如下:

pip install --proxy http://username:password@proxy_ip:proxy_port module_name

pip安装jupyter时报错

标签:格式   for   username   word   hat   name   提示   alt   遇到   

原文地址:https://blog.51cto.com/jiaszwx/2425198

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!