Skip to content

Can't find model 'en'. #7365

Discussion options

You must be logged in to vote

Hm, not sure what's causing that, I don't see any issues when I try to download the models myself. Perhaps a firewall on your system or network?

You can try installing the models directly from pip: https://spacy.io/usage/models#download-pip

pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz

And then load the model with spacy.load('en_core_web_sm'). Hope that works for you!

Replies: 4 comments

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
Answer selected by ines
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
2 participants
Converted from issue

This discussion was converted from issue #6806 on March 09, 2021 13:23.