Skip to content
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

SSL Error #9

Open
jfeiwell opened this issue Feb 5, 2021 · 2 comments
Open

SSL Error #9

jfeiwell opened this issue Feb 5, 2021 · 2 comments

Comments

@jfeiwell
Copy link

jfeiwell commented Feb 5, 2021

Here's the error I get when running pip install pocket-to-sqlite:

  Could not fetch URL https://pypi.python.org/simple/pocket-to-sqlite/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) - skipping
  Could not find a version that satisfies the requirement pocket-to-sqlite (from versions: )
No matching distribution found for pocket-to-sqlite

Does this require python 3?

@jfeiwell
Copy link
Author

jfeiwell commented Feb 7, 2021

@simonw any ideas here?

@merwok
Copy link

merwok commented Feb 7, 2021

That URL uses TLS 1.3, but maybe only if the client supports it.
It could be your Python version or your SSL library that’s not recent enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants