On my Linux machine (elementary OS 6.1), nonmouse is currently impossible to install using pip due to the mediapipe dependency.
Turns out the package maintainers are constantly removing older versions from PyPI due to storage limitations (as explained here) and mediapipe==0.8.10.1 is long gone.
The README link to their website leads to a 404 page.
Perhaps the mediapipe version in use could be bumped? I'll try that myself and report back.
Possible duplicate of #27 but with more context.
On my Linux machine (elementary OS 6.1), nonmouse is currently impossible to install using
pip
due to the mediapipe dependency.Turns out the package maintainers are constantly removing older versions from PyPI due to storage limitations (as explained here) and
mediapipe==0.8.10.1
is long gone.The README link to their website leads to a 404 page.
Perhaps the mediapipe version in use could be bumped? I'll try that myself and report back.