No compatible package found for 'en_core_news_sm' (spaCy v3.5.3) #12831
Answered
by
rmitsch
gabroliveros
asked this question in
Help: Installation
-
I have installed spacy 3.5.3 but when I want to download 'en_core_news_sm' it gives me the error "No compatible package found for 'en_core_news_sm' (spaCy v3.5.3)". What do you suggest? |
Beta Was this translation helpful? Give feedback.
Answered by
rmitsch
Jul 18, 2023
Replies: 1 comment
-
Hi @gabroliveros, check out the docs on which models are available. In this case you should install |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rmitsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gabroliveros, check out the docs on which models are available. In this case you should install
en_core_web_sm
.