404 When trying to access .whl file

#3
by mboet - opened

Hello, I am rather new to nlp and trying to use it for historical research purposes. Unfortunately I am unable of downloading this File as it always returns a 404 error message. Is OdyCy not available anymore? Is there an alternate way of accessing it? I cannot find any information about the project but I would really like to use it. Thanks for the help.

Center for Humanities Computing Aarhus org

Hi @mboet , I do not maintain this repo (but I am a part of the organization). I think the following will work for you:

pip install "pip<22"
pip install https://huggingface.co/chcaa/grc_odycy_joint_trf/resolve/main/grc_odycy_joint_trf-any-py3-none-any.whl

Hi @mboet , I do not maintain this repo (but I am a part of the organization). I think the following will work for you:

pip install "pip<22"
pip install https://huggingface.co/chcaa/grc_odycy_joint_trf/resolve/main/grc_odycy_joint_trf-any-py3-none-any.whl

Hello Kenneth! Thank you for your help. I have already tried downgrading my pip version so that it doesn't fail due to the unspecified wheel version. This works on other projects like LatinCy, but it does not work on this one. When I access the link https://huggingface.co/chcaa/grc_odycy_joint_trf/resolve/main/grc_odycy_joint_trf-any-py3-none-any.whl directly in the browser it throws a 404 error instead of starting the download, there really isn't anything there.

Update:
In case anyone is encountering the same issue, the sm Model is available and I will just have to fall back to that instead.

Center for Humanities Computing Aarhus org

Hmm did you try with

grc_odycy_joint_trf-0.7.0-py3-none-any.whl

(Seems like the name is slightly different)

Thank you so much Kenneth! This link worked for me! Excited to try it out tomorrow!

Center for Humanities Computing Aarhus org

Great to hear!

Sign up or log in to comment