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