ConnectionRefusedError: [Errno 61] Connection refused
downloading en_core_web_sm
#7375
Answered
by
JINHXu
JINHXu
asked this question in
Help: Installation
-
Hello, I ran into a
Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
JINHXu
Dec 14, 2020
Replies: 1 comment
-
The issue has been solved with: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue has been solved with:
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.0/en_core_web_sm-2.3.0.tar.gz --no-deps
for the URL in the command, find a compatible release here: https://github.com/explosion/spacy-models/releases/
Anyone who ran into the same problem should try this.