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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: