-
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
i cannot install or upgrade pip "ssl error" #5448
Comments
try :
|
Hi @saisk73! It seems like you're having issues communicating with PyPI. I think you might be able to circumvent these SSL issues if you pass That said, that can open you up to potential security issues. |
Hi
But still cert fails:
But now it works with --trusted-host:
I believe this is because somone have upgraded the ssl certs recently:
|
You also need to pass |
Closing as a duplicate of #4459. |
@fenchu you saved the day man.. thank you very much for elaborated explanation |
@fenchu thanks |
@ajsjagadesh i'm getting the same thing idk |
I am getting the same issue, and all replies here seems to assume this error only happens if you already have some PIP version installed. |
|
I'm still getting the same issue. Not sure this is resolved. The only difference is that I'm trying to install the requests library and not flask. |
You have to install pip before you can install any libraries. If you don't have pip you may not have installed python yet, or at least not correctly. |
I came across this error while operating in a chroot environment. I solved it by running on the host system:
|
https://python-forum.io/Thread-Cannot-update-or-install-anything-with-pip-SSL-error |
this worked on windows |
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. |
* Pip version:9.0.3
The text was updated successfully, but these errors were encountered: