1

I am facing the below error while installing Spacy.

requests.exceptions.SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /explosion/spacy-models/master/compatibility.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))

Command i'm running : python -m spacy download en_core_web_md

4

1 回答 1

0

我已按照以下步骤修复它。

Edited the .condarc file with ssl = false
while installing the anaconda, the default checkbox for PATH setup leave as it is.

谢谢

于 2021-07-02T05:00:48.273 回答