-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Upgrade mishap... ImportError: module 'pip' has no attribute 'main' #5487
Comments
I still have yet to find out why in the blazes this happened... but after |
This helps me, https://pip.pypa.io/en/stable/installing/ |
i tried updated pip3 in my mac and now it has stopped working and giving me below error whenever i am typing pip3 on terminal: During handling of the above exception, another exception occurred: Traceback (most recent call last): any suggestions? |
when i upgrade pip to 18.0,i get a traceback: ImportError: module 'pip' has no attribute 'main',this helps me: |
Please look at #5599 for more details. |
After having successfully upgrading to python 3.6.5, I noticed I was still on pip 9.0.3, so I had decided I would upgrade with the suggested prompt:
pip install --upgrade pip
.Upon executing this... I get a traceback:
Having not read anything like the smart one I am... I ran
python -m pip install pip --upgrade
, to which I get:After thinking it worked, I ran
pip -V
, what came next hurt me:I searched the 7 seas, the heavens and the deepest depths of space to find related reports... but no solution worked for me!
Re-importing
main
:Re-installing an older version:
I'm in dire need of a solution
Thanks in advance for any brave individuals who'd like to search this chasm of chaos with me and find the scroll of solutions!
The text was updated successfully, but these errors were encountered: