-
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
pip3 -V yields: "ImportError: 'module' object has no attribute 'main'" #5591
Comments
This is a case of #5599. There's a list of related issues over on that issue -- I expect you'd find some useful information in those. |
Closing in favor of #5599 |
I got this same error running
Apparently one can have multiple pip3's on a system, and they can fight each other over turf. |
I have the same issue. |
I'm not though @RoboEvangelist 👍 I gave up on this issue and changed the to-do task from "Fix [email protected]" to "Upgrade [email protected]" |
Actually, my solution was to remove all things python-related, and reinstall them. Now everything works again in my computer. I have Ubuntu 16.04 |
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. |
I simply cannot get
pip
to function:I may have mixed up using
apt-get
andpip
to install and upgrade pip and now my system seem to be caught in a weird state, where I cannot get the most recent version of pip and keep running into thesemain
associated errors.I have spend several days googling and trying to fix the issue with no luck, so any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: