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)

Python的pip安装失败
pip install ipython -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

成功安装
Python的pip安装失败

提示升级:pip工具升级 :

Python的pip安装失败
python -m pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --upgrade pip

成功升级

Python的pip安装失败