ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] #11624
Unanswered
PhoebeLZ
asked this question in
Help: Installation
Replies: 1 comment
-
What version of spaCy/Python are you using? How did you install spaCy? Are you by any chance behind a corporate proxy? We have seen errors like this before, but they are usually due to either network issues or old versions of libraries used for downloading the packages. It's usually easy to fix by upgrading the appropriate libraries, but without knowing what the exact cause is, it's probably easiest to download the model from the model page (click on "Release Details"). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to type python -m spacy download en_core_web_sm in the command prompt, I received an error message:
I am wondering what is the problem here.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions