Invalid Wheel file name
#1
by
willwhim
- opened
The most recent versions of pip and uv cannot install the supplied wheel file, la_core_web_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., la_core_web_trf-3.7.5-py3-none-any.whl
I have not confirmed that this works locally.
Thank you for the Discussion—I am closing this for now while waiting for further guidance from the HF/spaCy communities on how best to proceed, cf. https://huggingface.co/latincy/la_core_web_sm/discussions/1#66c6209a1a34901e11adebd2
For now, the installation recommendation is as follows:
pip install "la-core-web-trf @ https://huggingface.co/latincy/la_core_web_trf/resolve/main/la_core_web_trf-any-py3-none-any.whl"
diyclassics
changed discussion status to
closed