pip安装jupyter时报错

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

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

pip安装jupyter时报错

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

pip install --proxy http://username:password@proxy_ip:proxy_port module_name
相关文章
相关标签/搜索