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

Unable to install any version of mediapipe with python version 3.11 and above in Android build.gradle #1247

Closed
rajputashu opened this issue Sep 25, 2024 · 1 comment

Comments

@rajputashu
Copy link

rajputashu commented Sep 25, 2024

chaquopy {
defaultConfig {
buildPython(".../Python312/python.exe") // Using my original path to python.exe
pip {
install("opencv-python")
install("mediapipe==0.10.15") // Getting error for this lib
}
}
}

Getting below error while running the app

ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.15 (from versions: none)
ERROR: No matching distribution found for mediapipe==0.10.15
Could not find a version that satisfies the requirement mediapipe==0.10.15 (from versions: none)

No matching distribution found for mediapipe==0.10.15

Chaquopy: Exit status 1

@mhsmith
Copy link
Member

mhsmith commented Sep 25, 2024

See #479, and in future please search the existing issues before creating new ones.

@mhsmith mhsmith closed this as completed Sep 25, 2024
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