The name of the wheel (.whl) on HF seems to be fumbled, and I've opened an issue there. The first "any" should be "0.7.0", since that's the actual version stated inside the wheel if you unzip and look. Without that name change, pip gives this error:
ERROR: Invalid requirement: 'grc-odycy-joint-trf==any': Expected end or semicolon (after name and no valid version specifier)
grc-odycy-joint-trf==any
There's another user with this same problem in the "Community" tab on HF, so its not just me.
Running pip install grc_odycy_joint_trf-0.7.0-py3-none-any.whl works fine.
Once the wheel is renamed on HF, you should update the README here with the new name. This is a fantastic resource, but many of its intended users are less computer literate philologists, who might be turned off by the initial error, fail at finding the problem and end up not being able to use it.
The name of the wheel (.whl) on HF seems to be fumbled, and I've opened an issue there. The first "any" should be "0.7.0", since that's the actual version stated inside the wheel if you unzip and look. Without that name change, pip gives this error:
There's another user with this same problem in the "Community" tab on HF, so its not just me.
Running
pip install grc_odycy_joint_trf-0.7.0-py3-none-any.whlworks fine.Once the wheel is renamed on HF, you should update the README here with the new name. This is a fantastic resource, but many of its intended users are less computer literate philologists, who might be turned off by the initial error, fail at finding the problem and end up not being able to use it.