SSL error while installing Spacy using pip
I’m trying to install spacy using pip pip install -U spacy but I’m getting this error Could not fetch URL https://pypi.org/simple/spacy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=”pypi.org”, port=443): Max retries exceeded with url: /simple/spacy/ (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)’))) – skipping ERROR: … Read more