This seems to be this problem all over again: #13528
How to reproduce the behaviour
Create a new virtual environment (I am using uv), run pip install spacy && python -m spacy download en_core_web_sm. This is not specific to downloading models, e.g. python -m spacy info --markdown produces the same error. In general whatever the newest spacy release is unusable on my system. It does still work on MacOS with Python 3.13.5 though.
Your Environment
- Operating System: Ubuntu 25.04
- Python Version Used: 3.12.11
- spaCy Version Used: 3.7.5
- Environment Information: I can't actually run
python -m spacy info --markdown, that produces the same error.