Skip to content

Instantly share code, notes, and snippets.

@UedaTakeyuki
Created November 27, 2017 05:56
Show Gist options
  • Save UedaTakeyuki/3a3bb054eea466efead1c1bb9bd96fe2 to your computer and use it in GitHub Desktop.
Save UedaTakeyuki/3a3bb054eea466efead1c1bb9bd96fe2 to your computer and use it in GitHub Desktop.
https://stackoverflow.com/questions/37495375/python-pip-install-throws-typeerror-unsupported-operand-types-for-retry
apt-get remove python-pip python3-pip
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo python3 get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment