用pyhon下载jupyter遇到的问题(pip版本过低)

首先安装jupyter 的前提是需要提前安装python 3.3版本及以上。然后输入 pip install jupyter,出现下面问题

python -V //在命令行窗口输入,验证python的版本
pip install jupyter

最后出现

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip

 说明pip版本过低,输入 python.exe -m pip install --upgrade pip.

C:\Users\唐文杰>python.exe -m pip install --upgrade pip
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Requirement already satisfied: pip in d:\python.last\lib\site-packages (22.3.1)
WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'.

出现这个问题

WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'.

通过查找资料(32条消息) 已解决(pip报错)WARNING: The repository located at mirrors .aliyun.com is not a trusted or secure host and_袁袁袁袁满的博客-CSDN博客,发现需要设置信任的镜像地址

pip命令后面加上--trusted-host mirrors.aliyun.com

pip install jupyter -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

最后只是解决了pip在安装第三方包的时候,在 pip install 第三方包 后面加 新的镜像源地址,再加--trusted-host mirrors.aliyun.com

pip更新问题还存在

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值