安装第三方库openpyxl时,报错:You are using pip version 19.0.3, however version 20.2b1 is available. You should

Posted 00log

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装第三方库openpyxl时,报错:You are using pip version 19.0.3, however version 20.2b1 is available. You should相关的知识,希望对你有一定的参考价值。

昨晚在安装第三方库openpyxl时,执行pip install openpyxl后,报错:You are using pip version 19.0.3, however version 20.2b1 is available. You should consider upgrading via the ‘python -m pip install --upgrade pip‘ command.  意思是:您正在使用的pip版本是19.0.3,但是20.2b1是可用的。您应该考虑通过“python-m pip install--upgrade pip”命令进行升级。

技术图片

 

 解决办法:对pip进行升级,用国内镜像进行下载比较快,我用的是:https://pypi.douban.com/simple/

执行:python -m pip install --upgrade pip -i https://pypi.douban.com/simple

技术图片

 

 查看pip版本:pip --version

技术图片

再次安装openpyxl后,安装成功

执行:pip install openpyxl

技术图片

 

以上是关于安装第三方库openpyxl时,报错:You are using pip version 19.0.3, however version 20.2b1 is available. You should的主要内容,如果未能解决你的问题,请参考以下文章

openpyxl 基本使用

Python第三方库之openpyxl

Python第三方库之openpyxl(12)

pycharm安装第三方库:Try to run this command from the system terminal. Make sure that you use the问题,亲测已解决

python接口自动化之openpyxl学习

运行nvue 页面报错reportJSException >>>> exception function:GraphicActionAddElement, exception:You ar...(代码