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

HTTPSConnectionPool SSLError "bad handshake" #8

Open
ghost opened this issue Oct 8, 2018 · 1 comment
Open

HTTPSConnectionPool SSLError "bad handshake" #8

ghost opened this issue Oct 8, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 8, 2018

I need help. I'm trying to run the command: python -m spacy download en_core_web_md, but I get an error:

line 506, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /explosion/spacy-models/master/shortcuts-v2.json (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),))

When I use pip install, I need to add this: --trusted-host pypi.org --trusted-host files.pythonhosted.org so I think the problem is something related to it but I cannot find the correct code to add to python -m spacy, some ideas???

@lohitakshy
Copy link

Hello Canmenev,

Did you find any solution for this issue?

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

1 participant