You should consider upgrading via the 'python -m pip install --upgrade pip' command解决方法


pip install requests时报You should consider upgrading via the 'python -m pip install --upgrade pip' command

 

 

表示pip版本不适配,可以用pip show pip查看,会告诉你当前版本和期望版本

 

 

执行python -m pip install --upgrade pip 超时,这是因为pip源在国外,所以连起来比较慢,可以改用国内的源

可以用

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

 

 同理,安装其他包也可以使用,如

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 解决You should consider upgrading via the 'python -m pip install --upgrade pip' command. You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.解决方法 解决You should consider upgrading via the 'python -m pip install --upgrade pip' command. (pip工具版本较低导致) You should consider upgrading via the 'python -m pip install --upgrade pip' command. 解决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 --upgrade pip' command.” 解决You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. 解决You are using pip version 9.0.1, however version 10.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. openpyxl模块安装时报错: You are using pip version 19.2.3, however version 20.0.2 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. WARNING: You are using pip version 20.2.2; however, version 20.2.3 is available. You should consider upgrading via the '/usr/bin/python -m pip install --upgrade pip' command. Pycharm 中You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM