question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

windows in-place pip upgrades

See original GitHub issue

not sure of the status of pip install --ugrade pip on windows.

need this for PEP453

@pfmoore ?

see #188 for an old discussion on this.

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Reactions:11
  • Comments:89 (54 by maintainers)

github_iconTop GitHub Comments

4reactions
godfroytcommented, Apr 3, 2016

On Windows, use the Command Prompt windows in Administrator mode. Then type command python -m pip install --upgrade pip

I hope it works for you. That’s how I got it to work an Window 10

Good luck.

3reactions
kennethreitzcommented, Feb 24, 2016

I hit this today while diving-into the fresh Windows Python user experience. It was terrible. Can we make -m automatic for that command? (perhaps give upgrading pip it’s own command?)

No user should ever have to see this, especially after running exactly the command pip told them to run.

screen shot 2016-02-23 at 9 51 53 pm
Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install - pip documentation v22.3.1
Install the packages (and uninstall anything being upgraded/replaced). Note that pip install prefers to leave the installed version as-is unless --upgrade is ...
Read more >
How to do an in-place upgrade on Windows - Microsoft Learn
Select the operating system in Install Windows page you want to Upgrade or Inplace. select Yes to accept the Microsoft Software License Terms....
Read more >
How to upgrade pip on Windows 10 - Studyopedia
In this artice, learn how to easily upgrade pip to newer version on command prompt. PIP installs and manages Python packages.
Read more >
How to Update All Python Packages - ActiveState
Pip can be used to upgrade all packages on either Windows or Linux: Output a list of installed packages into a requirements file...
Read more >
How to upgrade Python PIP version on Windows
Update PIP Version: pip install –upgrade pip command is used to upgrade the pip. Go to the same pip installation directory and hit...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found