1

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:

Spacy Error

Not sure what is wrong here, can someone please help? Thanks!

APhillips
  • 1,175
  • 9
  • 17

2 Answers2

0

I know this is late but hope it helps others, are you typing that command in your Python IDE (Jupyter, PyCharm etc.)? You need to type it in your shell command, after you run it in shell, then you can open it in your IDE.

Lekster
  • 41
  • 1
  • 3
0

To help someone in the future. If you are using spyder run spacy download en in your anaconda prompt instead of your spyder console