安装第三方库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的主要内容,如果未能解决你的问题,请参考以下文章
pycharm安装第三方库:Try to run this command from the system terminal. Make sure that you use the问题,亲测已解决
运行nvue 页面报错reportJSException >>>> exception function:GraphicActionAddElement, exception:You ar...(代码