This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Can't upgrade pip version 19.3.1 to 20.0.2 on Python 3.7.4
Type: behavior Stage: resolved
Components: Windows Versions: Python 3.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: SilentGhost, brasko, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2020-02-01 19:53 by brasko, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg361189 - (view) Author: (brasko) Date: 2020-02-01 19:53
Hi when I want to upgrade pip version I get:

Usage:
  C:\Users\User\AppData\Local\Programs\Python\Python37\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
  C:\Users\User\AppData\Local\Programs\Python\Python37\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
  C:\Users\User\AppData\Local\Programs\Python\Python37\python.exe -m pip install [options] [-e] <vcs project url> ...
  C:\Users\User\AppData\Local\Programs\Python\Python37\python.exe -m pip install [options] [-e] <local project path> ...
  C:\Users\User\AppData\Local\Programs\Python\Python37\python.exe -m pip install [options] <archive url/path> ...

no such option: -u
msg361194 - (view) Author: SilentGhost (SilentGhost) * (Python triager) Date: 2020-02-01 21:28
`pip install --help` provides full list of options, the upgrade option is -U or --upgrade.
History
Date User Action Args
2022-04-11 14:59:26adminsetgithub: 83700
2020-02-01 21:28:02SilentGhostsetstatus: open -> closed

type: security -> behavior

nosy: + SilentGhost
messages: + msg361194
resolution: not a bug
stage: resolved
2020-02-01 19:53:10braskocreate