Installation error: "not a valid wheel filename"
Hi everyone,
I'm encountering an issue while trying to install a model from the Hugging Face platform. According to the instructions, I need to run the following command:
pip install https://huggingface.co/AnnemarieWittig/bert-name-de0.1.1/resolve/main/bert-name-de0.1.1-any-py3-none-any.whl
However, I get the following error:
ERROR: bert-name-de0.1.1-any-py3-none-any.whl is not a valid wheel filename
I'm wondering if this issue is specific to my environment or if the link/file on Hugging Face might be incorrect.
I'm using Python version 3.11.2 and pip version 24.3.1.
Is there an alternative way to install the model, or does anyone have an idea of what might be causing this problem?
Thanks in advance for your help!
Hi! If you want to use the model, you can reference the linked README, there should be ready to use docker images available.
Sadly, I am not part of the project behind this anymore and thus cannot be of help with deeper debugging, so I hope the docker image will provide a suitable alternative.
Alright, thank you anyway for the quick reply, I'll have a look there.