Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install cannot find mediapipe==0.810.1 #27

Open
DouwMarx opened this issue Nov 24, 2023 · 1 comment
Open

pip install cannot find mediapipe==0.810.1 #27

DouwMarx opened this issue Nov 24, 2023 · 1 comment

Comments

@DouwMarx
Copy link

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.

@abcnishant007
Copy link

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:

conda create -n nonmouse python=3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants