I'm using Ubuntu. I installed spacy with
sudo pip3 install spacy
However, I tried
sudo python -m spacy.en.download allpython
But I keep getting the error
ConnectionResetError: [Errno 104] Connection reset by peer
Why is this?
I'm using Ubuntu. I installed spacy with
sudo pip3 install spacy
However, I tried
sudo python -m spacy.en.download allpython
But I keep getting the error
ConnectionResetError: [Errno 104] Connection reset by peer
Why is this?
Try downloading the library via different mirrors
or
EDIT
Local installation