pip安装jupyter时报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装jupyter时报错相关的知识,希望对你有一定的参考价值。

之前看到同事用一个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时报错的主要内容,如果未能解决你的问题,请参考以下文章

安装setuptools和pip 以及安装时报错解决

pygame使用pip安装时报错,求解决

win10下pip3安装tesserocr时报错

pip安装包时报错

pip 安装模块时报错问题解决方案

pip 安装包时报错 /usr/bin/pip: No such file or directory