-
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
Issues with install on windows - SSL #4786
Comments
Not an issue with pip. This is a warehouse problem (specifically CDN issues). |
If I'm right then the issue should be resolved by now. But at the time I posted the answer, there were some CDN issues with certificates. |
@flycast Could you run |
Yes:
pip 9.0.1 from
c:\users\eric\appdata\local\programs\python\python36\lib\site-packages
(python 3.6)
…On Fri, Oct 27, 2017 at 4:37 AM, Pradyun Gedam ***@***.***> wrote:
@flycast <https://github.com/flycast> Could you run pip --version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4786 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AeyTIYb6gGMmjv2BuoiaBzqNVl6dmzGpks5swaRfgaJpZM4P56MZ>
.
--
Thanks,
Eric Snyder
Dir R&D/Engineering
Sharpline Converting, Inc.
316-613-5683 desk
316-619-0060 cell
STATEMENT OF CONFIDENTIALITY:
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. If you are not the intended
recipient, or the person responsible for delivering the e-mail to the
intended recipient, be advised you have received this message in error and
that any use, dissemination, forwarding, printing, or copying is strictly
prohibited. Please notify Eric Snyder immediately at either 316) 722-9080 or
at [email protected], and destroy all copies of this message and any
attachments. You will be reimbursed for reasonable costs incurred in
notifying us.
|
I'll defer to someone else here; I'm pretty sure there's someone who'll know more than me about the situation here. |
Can you provide the exact command you're using that gets the error, plus a full traceback? Also, do you have a
I'm not sure how the aws endpoint is relevant here? Are you trying to install packages from PyPI, or from this AWS endpoint that you mention? |
Closing due to a lack of a response. |
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. |
Installed python 3.6.3. When I try to install packages I get the ssl error:
I have found a workaround here:
StackExchange
And another more permanent work around here:
Python forum
They both seem like they are bypassing python's attempt to make SSL requests truly secure.
I am ultimately trying to use python to connect to AWS IoT using their SDK. No matter what I try I get the SSL error. I also get shut down immediately when I try to telnet in to the aws endpoint using Putty. Seems like a Windows issue that is underlying python and pip.
The text was updated successfully, but these errors were encountered: