Python的pip安装失败

ERROR: Could not find a version that satisfies the requirement decorator (from ipython) (from versions: none)

ERROR: No matching distribution found for decorator (from ipython)

在这里插入图片描述
pip install ipython -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

成功安装
在这里插入图片描述

提示升级:pip工具升级 :

在这里插入图片描述
python -m pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --upgrade pip

成功升级

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_44635198/article/details/108409850