I have installed spaCy using pip install spacy
but when trying python -m spacy.en.download all
, I get the following error ..
(For Google -- ssl.CertificateError: hostname 'index.spacy.io
doesn't match 'api.explosion.ai'`)
Is there a way to fix this easily? Ref ..
- https://spacy.io/docs/usage/ - Installing spaCy
- I get CERTIFICATE_VERIFY_FAILED when I try to install the spaCy English language model
- https://github.com/explosion/spaCy/issues/507 - GitHub issue related