Wheel filename should be changed

#1
by willywongi - opened

Dear,
starting from version 24.1 of pip, installation of wheel packages with non conformant filenames are not allowed.
Could you please fix the wheel filename? According to this, the new name should be la_core_web-3.7.7-py3-none-any.whl.

Thank you in advance,
Francesco

LatinCy org

Thank you for the message. We are aware of the issues with recent pip upgrades, installation, etc.; cf. this thread https://huggingface.co/latincy/la_core_web_lg/discussions/1#66bbb2aa7b487f99aa47c8ae. As discussed there, you can install this model using pip>=24.1.2 with its current filename as follows:

pip install "la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-any-py3-none-any.whl"

Naming is currently handled during spaCy packaging (cf. https://spacy.io/api/cli#package) in coordination with the spacy-huggingface-hub package and follows what is given on this page under "Using existing models" (cf. https://huggingface.co/docs/hub/en/spacy#using-existing-models). We are watching more general spaCy/HF guidance on naming, etc. before changing current naming conventions.

diyclassics changed discussion status to closed

Sign up or log in to comment