Closed AlonEirew closed 5 years ago
Hi @AlonEirew. Unfortunately I can't immediately reproduce your error.
A new version of spaCy
has been released this week, so if you would run pip install -U spacy
, it should install version 2.2.1
. The model should be version 2.2.0
at this point.
Could you set up a new environment, run these commands again and check whether your error persists? If it does, could you paste here the output of the command python -m spacy validate
?
Hi @svlandeg, Updating spacy solve the issue for me. Thank you!
Happy to hear it!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
How to reproduce the problem
Installation with: pip install -U spacy python -m spacy download en_core_web_sm
Error is thrown when running the spacy load command: spacy_parser = spacy.load('en_core_web_sm')
Your Environment