You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: