Skip to content

OSError: [E050] Can't find model 'es_core_news_sm' #8881

Discussion options

You must be logged in to vote

Did you download the Spanish model before?

!python -m spacy download es_core_news_sm

EDIT:

The spacy version on the google colab seems to be 2.2.4 and the problem persists even after I run the installation command. So if you upgrade the spacy to its latest version, it works.

! pip install spacy~=3.1
! python -m spacy download es_core_news_sm

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
3 participants
Converted from issue

This discussion was converted from issue #8877 on August 04, 2021 03:39.