We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "/usr/local/bin/pip", line 7, in from pip._internal import main ImportError: No module named 'pip._internal'
!pip show any_package
The text was updated successfully, but these errors were encountered:
@JustM57 Hi! There doesn't seem to be enough information in this issue.
By the looks of it, it seems like a duplicate of #5221. Let us know if that's the case and feel free to close this issue if that's the case. :)
Sorry, something went wrong.
@pradyunsg I've installed new version of pip by running this command sudo -H pip3 install --upgrade pip Hash doesn't work for me
sudo -H pip3 install --upgrade pip
curl https://bootstrap.pypa.io/get-pip.py | sudo python3 fixed my issue
curl https://bootstrap.pypa.io/get-pip.py | sudo python3
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Description:
Traceback (most recent call last):
File "/usr/local/bin/pip", line 7, in
from pip._internal import main
ImportError: No module named 'pip._internal'
What I've run:
!pip show any_package
The text was updated successfully, but these errors were encountered: