Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Aldhanekaa/b752bae1ac7174466475ef58959a42ba to your computer and use it in GitHub Desktop.

Select an option

Save Aldhanekaa/b752bae1ac7174466475ef58959a42ba to your computer and use it in GitHub Desktop.
ModuleNotFoundError: No module named 'pip._internal'
```
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
```
```
python3 get-pip.py --force-reinstall
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment