Last active
May 18, 2022 07:54
-
-
Save Aldhanekaa/b752bae1ac7174466475ef58959a42ba to your computer and use it in GitHub Desktop.
ModuleNotFoundError: No module named 'pip._internal'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| 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