You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed at astral-sh/uv#5478, installing spacy models via HF hub seems not to work due to the version specifier "any" being incompatible with the pip specification.
error: The wheel filename "en_core_web_sm-any-py3-none-any.whl" has an invalid version: expected version to start with a number, but no leading ASCII digits were found
Describe the bug
As discussed at astral-sh/uv#5478, installing spacy models via HF hub seems not to work due to the version specifier "any" being incompatible with the pip specification.
Reproduction
pip install uv
uv venv
.venv/Scripts/activate
uv pip install
uv pip install "en_core_web_sm @ https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl"
Logs
error: The wheel filename "en_core_web_sm-any-py3-none-any.whl" has an invalid version: expected version to start with a number, but no leading ASCII digits were found
System info
The text was updated successfully, but these errors were encountered: