Skip to content

Error during model downloading using spaCy #13874

@tymsoncyferki

Description

@tymsoncyferki

My Environment

  • Operating System: Ubuntu WSL
  • Python Version Used: 3.12
  • spaCy Version Used: 3.8.7

Problem description

Running python -m spacy download pl_core_news_lg fails.

Expected Behavior

The model pl_core_news_lg should download fully and install successfully.

Actual Behavior

  • Download stops at ~110MB out of 573MB.
  • Error message: ERROR: Wheel 'pl-core-news-lg' located at /tmp/pip-unpack-bm4knv_u/pl_core_news_lg-3.8.0-py3-none-any.whl is invalid
  • Download speed is unusually slow ~400 KB/s (but my internet connection is decent ~80MB/s)
  • By contrast, downloading pl_core_news_md works fine at ~10 MB/s and installs without issues.

Additional Notes

  • This worked without issues a few days ago.
  • The same error occurs both in the console and during Docker image builds.
  • No changes were made to the environment between the working and failing attempts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions