✘ No compatible model found for 'en_core_wb_sm' (spaCy v2.3.7). #11535
Answered
by
ljvmiranda921
SanjuEpic
asked this question in
Help: Other Questions
-
How to reproduce the behaviourWhen i tried to download the model using the below code, i received this weird error statement.
Result I get
Your Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
ljvmiranda921
Sep 24, 2022
Replies: 1 comment 1 reply
-
Hi @SanjuEpic , I'll convert this into a discussion since it's not an issue. You have misspelt the model name. It's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SanjuEpic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SanjuEpic , I'll convert this into a discussion since it's not an issue. You have misspelt the model name. It's
en_core_web_sm
. Note that it'sweb
, notwb
.