Skip to content

en_core_web_sm/md/lg stopped loading today (02/04/2024) #13333

Discussion options

You must be logged in to vote

Hi! That feels like an installation error to me - I get that you tried different versions after getting this error, but could you try starting fresh once more, in an isolated environment?

python -m venv .env
source .env/bin/activate
pip install -U pip setuptools wheel
pip install -U spacy
python -m spacy download en_core_web_sm

>>> import spacy
>>> nlp = spacy.load("en_core_web_sm")

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nmwhitehead
Comment options

@svlandeg
Comment options

Answer selected by nmwhitehead
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 #13329 on February 16, 2024 11:57.