Skip to content
Discussion options

You must be logged in to vote

Hi, this line is installing an incompatible model for spacy v3 (it's only compatible with spacy v2.2.x):

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

Skip this line and just use python -m spacy download en_core_web_sm to the right version of the model automatically.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@safteinzz
Comment options

Answer selected by adrianeboyd
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 #7763 on April 13, 2021 12:35.