I've installed spaCy, however to use the language models (en and de), I need to download them using the following commands:
python -m spacy download en
python -m spacy download de
However, this always throws the following error:
Not sure what is wrong here, can someone please help? Thanks!