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
When I run pip install nonmouse as mentioned in the readme, I get the following error: Perhaps the mediapipe version can be updated?
ERROR: Could not find a version that satisfies the requirement mediapipe==0.8.10.1 (from nonmouse) (from versions: 0.9.0.1, 0.9.1.0, 0.9.2.1, 0.9.3.0, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.5, 0.10.7, 0.10.8)
ERROR: No matching distribution found for mediapipe==0.8.10.1
Thank you for this package.
The text was updated successfully, but these errors were encountered:
You just need to downgrade your python version. I resolved this by switching to python 3.8. You can create a new environment with specific python version as:
When I run
pip install nonmouse
as mentioned in the readme, I get the following error: Perhaps the mediapipe version can be updated?Thank you for this package.
The text was updated successfully, but these errors were encountered: