pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
755 stars 297 forks source link

This solved it for me: in my case i use python3.7 #168

Closed zaheerkzz closed 2 years ago

zaheerkzz commented 2 years ago

This solved it for me:

sudo apt-get install --reinstall python3.7-distutils

Originally posted by @AhmedTremo in https://github.com/pypa/get-pip/issues/124#issuecomment-1153162025

pradyunsg commented 2 years ago

/cc @doko42