Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created October 18, 2018 22:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gregjhogan/322f9c8257e1498b5447b60a719a0ff5 to your computer and use it in GitHub Desktop.
Save gregjhogan/322f9c8257e1498b5447b60a719a0ff5 to your computer and use it in GitHub Desktop.
downgrade pip to a specific version
sudo python -m pip install pip==18.0 --upgrade
@felipealfonsog
Copy link

felipealfonsog commented Feb 10, 2023

It's pretty dangerous to do this as root ... what do you think? cheers!

@sandun21
Copy link

I downgraded but now it shows error when installing packages
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment