【pycharm】Python pip升級及升級失敗解決方案,報錯:You are using pip version 10.0.1, however version 21.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.


我已經升級到了最新的版本

安裝其他模塊過程中出現下面提示,便說明你需要升級pip

You are using pip version 10.0.1, however version 21.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command

當在下面出現Success,那么恭喜你安裝成功。

失敗的看這里:

失敗的首先可以嘗試更換升級指令,例如:

python -m pip install -U --force-reinstall pip

# 我本人用python -m pip install -U --force-reinstall pip命令完美解決了這個問題,執行完成后pip -V查看當前版本,如果還是低版本,則再執行一遍上面的升級指令

 

python -m pip install --upgrade pip

如果依舊失敗的話,告訴你一種終極方案,前提時你周圍有人pip升級成功

沒錯就是復制粘貼成功的文件,別問我怎么知道的,我就是這樣成功的

pip文件路徑:C:\python\Lib\site-packages\pip-19.2.1.dist-info

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 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. 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 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. 解決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.” 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. 解決:使用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. 解決如下問題:You are using pip version 8.1.1, however version 18.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. You are using pip version 9.0.1, however version 18.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM