Invalid wheel name

#1
by willwhim - opened

The most recent versions of pip and uv cannot install the supplied wheel file, grc_proiel_trf-any-py3-none-any.whl, because it has a malformed name. The first any should be a version number, such as 3.7.5; viz., grc_proiel_trf-3.7.5-py3-none-any.whl

I have confirmed that this works locally.

We will fix this in a new version of the models coming soon. For now, the solution is to downgrade the pip.

The invalid name is generated by the library spacy-huggingface-hub, which I used to upload the packages to the hub. Unfortunately, this package is no longer being maintained. See https://github.com/explosion/spacy-huggingface-hub/issues/23.

So, all grecy packages will be distributed in the future through github.

Sign up or log in to comment