解决:使用pip命令安装第三方库时报错WARNING: You are using pip version 19.2.3, however version 20.1.1 is available. Y
Posted syywy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决:使用pip命令安装第三方库时报错WARNING: You are using pip version 19.2.3, however version 20.1.1 is available. Y相关的知识,希望对你有一定的参考价值。
原因:pip版本过低导致安装第三方库失败。
解决办法:更新pip版本
方案一:执行命令easy_install -U pip
方案二:若方案一失败,则可采用使用国内源下载更新。执行命令:python -m pip install --upgrade pip -i https://pypi.douban.com/simple
以上是关于解决:使用pip命令安装第三方库时报错WARNING: You are using pip version 19.2.3, however version 20.1.1 is available. Y的主要内容,如果未能解决你的问题,请参考以下文章
已解决:python3.6 使用pip命令安装tornado时报错。
Python之使用pip安转第三方库时报错ERROR: Could not find a version that satisfies the requirement pygame ERROR: No
Python之使用pip安转第三方库时报错ERROR: Could not find a version that satisfies the requirement pygame ERROR: No
已解决!pip安装daal库时报错:ERROR: Cannot uninstall ‘TBB‘. It is a distutils installed project and......其它库类推