码迷,mamicode.com
首页 > 编程语言 > 详细

解决:使用pip命令安装第三方库时报错WARNING: You are using pip version 19.2.3, however version 20.1.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.

时间:2020-05-28 23:47:43      阅读:1267      评论:0      收藏:0      [点我收藏+]

标签:ble   com   下载   tps   png   解决办法   command   The   国内   

原因: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. You should consider upgrading via the 'python -m pip install --upgrade pip' command.

标签:ble   com   下载   tps   png   解决办法   command   The   国内   

原文地址:https://www.cnblogs.com/syywy/p/12984580.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!