-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
pip install --upgrade pip breaks pip (new version 19.2.3) #6927
Comments
same problem here |
Yea. There's nothing actionable here for pip developers -- Debian modifies the pip that they ship to users via apt, which breaks things in weird ways like this. Please look at #5599. |
But also, to be clear, you should not be upgrading system-supplied packages wihout using the system package manager (in this case apt) as explained in #5599 which @pradyunsg referenced. |
OK, that seams to be the problem. |
After doing a
pip install --upgrade pip
starting pip results in:
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
The text was updated successfully, but these errors were encountered: