ValueError: [E967] No factory meta information found for 'tagger'. This is likely a bug in spaCy. #7764
Answered
by
adrianeboyd
safteinzz
asked this question in
Help: Installation
-
What i did
Your Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Apr 13, 2021
Replies: 1 comment 1 reply
-
Hi, this line is installing an incompatible model for spacy v3 (it's only compatible with spacy v2.2.x):
Skip this line and just use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this line is installing an incompatible model for spacy v3 (it's only compatible with spacy v2.2.x):
Skip this line and just use
python -m spacy download en_core_web_sm
to the right version of the model automatically.