spaCy icon indicating copy to clipboard operation
spaCy copied to clipboard

`test_registry_entries` fails with published spacy models

Open sarahec opened this issue 5 months ago • 0 comments

How to reproduce the behaviour

  1. Build and run spacy @ 3.8.7 with spacy-models @ 3.8.0 (the latest available)
  2. Observe that test_registry_entries fails with missing models.
       > FAILED lib/python3.13/site-packages/spacy/tests/test_registry_population.py::test_registry_entries - AssertionError: Registry 'readers' missing entries: ml_datasets.cmu_movies.v1, ml_datasets.imdb_sentiment.v1, ml_datasets.dbpedia.v1
       > assert not {'ml_datasets.cmu_movies.v1', 'ml_datasets.dbpedia.v1', 'ml_datasets.imdb_sentiment.v1'}

Your Environment

  • Operating System: NixOS
  • Python Version Used: python 3.12 and python 3.13
  • spaCy Version Used: 3.8.7

sarahec avatar Jul 28 '25 17:07 sarahec