原文:解决:使用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.

原因:pip版本过低导致安装第三方库失败。 解决办法:更新pip版本 方案一:执行命令easy install U pip 方案二:若方案一失败,则可采用国内源下载更新。执行命令:python m pip install upgrade pip ihttps: pypi.douban.com simple ...

2020-05-28 22:55 0 7325 推荐指数:

查看详情

解决Python中出现的问题: “You are using pip version 9.0.1, however version 19.2.3 is available. You should consider upgrading via the 'python -m pip install

1. 一开始我在使用Pycharm时,导入numpy,发现导入错误: Non-zero exit code (1) 2. 于是我通过更新的方法来解决,哪知道在更新的时候也出现了错误,错误如下图: 这个错误是在告诉我,我的版本低,需要升级更高的版本才能使用命令python -m pip ...

Thu Oct 03 19:37:00 CST 2019 0 3572
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM