Python Forum
Python: command “python -m pip install --upgrade pip” doesn't work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python: command “python -m pip install --upgrade pip” doesn't work
#3
Did you read my answer in your lasted thread?
Quote:[WinError 5] check the permissions
Run cmd as administrator

Again look at Python 3.6/3.7 and pip installation under Windows,it should take short time to fix this.
Then it work like this from any folder,always.
# Upgrade
C:\code
λ python -m pip install --upgrade pip
Collecting pip
  Downloading ......
     |████████████████████████████████| 1.4MB 2.2MB/s
Installing collected packages: pip
  Found existing installation: pip 19.2.1
    Uninstalling pip-19.2.1:
      Successfully uninstalled pip-19.2.1
Successfully installed pip-19.2.3

# Test
C:\code
λ pip -V
pip 19.2.3 from c:\python37\lib\site-packages\pip (python 3.7)
Reply


Messages In This Thread
RE: Python: command “python -m pip install --upgrade pip” doesn't work - by snippsat - Sep-16-2019, 03:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need some help trying to get my Python mortgage amortization calculator to work prope IamSirAskAlot 4 15,784 Feb-12-2024, 10:53 PM
Last Post: BerniceBerger
  Is possible to run the python command to call python script on linux? cuten222 6 738 Jan-30-2024, 09:05 PM
Last Post: DeaD_EyE
  Im at square one even with trying to install python origen 1 365 Jan-12-2024, 05:39 AM
Last Post: ndc85430
  i tried to install python for the first time today and pretty certain im being remote brianlj 2 555 Oct-03-2023, 11:15 AM
Last Post: snippsat
  python command interface cwc2 5 1,232 Sep-20-2023, 05:19 AM
Last Post: Larz60+
  Problem trying to install UniCurses on Python-3.12 / W10-64 rdmaia 5 1,200 Aug-02-2023, 06:24 PM
Last Post: DeaD_EyE
  Pip install problem with Python 3.7, not 3.9 Mark98 2 1,632 Aug-02-2023, 11:51 AM
Last Post: Mark98
  pip install requests doesnt work misodca 8 6,192 Jul-07-2023, 08:04 AM
Last Post: zyple
  Why doesn't calling a parent constructor work with arbitrary keyword arguments? PurposefulCoder 4 962 Jun-24-2023, 02:14 PM
Last Post: deanhystad
  Python Version upgrade nitinkukreja 1 913 Feb-04-2023, 10:27 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020