-
-
Save sureshshrestha/46e658fde7a4971622d374c48b26e381 to your computer and use it in GitHub Desktop.
pip issue fix for 'ImportError: No module named _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
Error: | |
Traceback (most recent call last): | |
File "/usr/local/bin/pip", line 7, in <module> | |
from pip._internal import main | |
ImportError: No module named _internal | |
Fix: | |
$ sudo rm /usr/local/bin/pip* | |
$ sudo apt remove python-pip | |
$ sudo apt install python-pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment