mediapipe
mediapipe copied to clipboard
ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
OS Platform and Distribution
MacOS 15
Compiler version
No response
Programming Language and version
python 3.9.21
Installed using virtualenv? pip? Conda?(if python)
venv
MediaPipe version
?
Bazel version
No response
XCode and Tulsi versions (if iOS)
No response
Android SDK and NDK versions (if android)
No response
Android AAR (if android)
None
OpenCV version (if running on desktop)
No response
Describe the problem
Trying to pip install mediapipe and I get the error in the subject. I have a a venv set up using python 3.9.21
Complete Logs
I have tried pip3 install mediapipe, pip3 install mediapipe-silicon, pip install mediapipe, pip install mediapipe-silicon. All the same error:
ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
ERROR: No matching distribution found for mediapipe
Hi @antkn33,
The package mediapipe-silicon is a community-managed version for Apple Silicon-based macOS systems, created when official support was not yet available.
Now, you can install MediaPipe on both Intel and Silicon-based macOS using the official command:
pip install mediapipe
The supported Python versions are 3.9 to 3.12.
However, we have observed that installation issues may occur when using a virtual environment. For now, the recommended workaround is to install MediaPipe outside of a virtual environment using the command above.
Please let us know if you are able to install MediaPipe successfully.
Thank you!!
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
Make sure you are not on python 3.13, it wont find any version that satisfies the requirements
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
This issue was closed due to lack of activity after being marked stale for past 7 days.