Cannot download

#1
by kylefoley76 - opened

I was not able to download this. The exact command I used was:

pip install https://huggingface.co/Jacobo/grc_perseus_trf/resolve/main/grc_perseus_trf-3.7.5-py3-none-any.whl

I was able to download this one:

https://huggingface.co/Jacobo/grc_proiel_trf/discussions/1

Using the command,

pip install https://huggingface.co/Jacobo/grc_proiel_trf/resolve/main/grc_proiel_trf-3.7.5-py3-none-any.whl

but the same technique did not work with this one. I got the following error message

  ERROR: HTTP error 404 while getting https://huggingface.co/Jacobo/grc_perseus_trf/resolve/main/grc_perseus_trf-3.7.5-py3-none-any.whl
ERROR: Could not install requirement grc-perseus-trf==3.7.5 from https://huggingface.co/Jacobo/grc_perseus_trf/resolve/main/grc_perseus_trf-3.7.5-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://huggingface.co/Jacobo/grc_perseus_trf/resolve/main/grc_perseus_trf-3.7.5-py3-none-any.whl for URL https://huggingface.co/Jacobo/grc_perseus_trf/resolve/main/grc_perseus_trf-3.7.5-py3-none-any.whl

I tried downloading pip from 24 to 23 and from 23 to 22 but all 3 did not work. I'm using python 3.11.7 if that matters.

Hello,

You should be able to install it with pip23 using this link:

https://huggingface.co/Jacobo/grc_perseus_trf/blob/main/grc_perseus_trf-any-py3-none-any.whl

I finally was able to identify the origin of the problem and is the llibrary "spacy-huggingface-hub" used to upload the packages to huggingface. This package has been abandoned by their developers. It has several bug that would need to be corrected like for instance the renaming of the packages using the invalid "any" and now the misconstruction of the links.

in the future, all grecy packages will be moved to github.

J.

Sign up or log in to comment