takeyamayuki / NonMouse

a webcam-based virtual gesture mouse that is easy to use with hands on the desk.
https://zenn.dev/ninzin/articles/94b05fdb9edf53
Apache License 2.0
118 stars 14 forks source link

mediapipe dependency preventing installation using pip #28

Open freebeans opened 4 months ago

freebeans commented 4 months ago

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.

artsbentley commented 4 months ago

having the same issue