mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)

Open antkn33 opened this issue 6 months ago • 5 comments

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

antkn33 avatar May 21 '25 15:05 antkn33

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!!

kuaashish avatar May 22 '25 04:05 kuaashish

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.

github-actions[bot] avatar May 30 '25 02:05 github-actions[bot]

Make sure you are not on python 3.13, it wont find any version that satisfies the requirements

2abet avatar May 30 '25 14:05 2abet

Hi @antkn33,

Could you please review the above and provide an update on the status?

Thank you!!

kuaashish avatar Jun 06 '25 08:06 kuaashish

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.

github-actions[bot] avatar Jun 14 '25 02:06 github-actions[bot]

This issue was closed due to lack of activity after being marked stale for past 7 days.

github-actions[bot] avatar Jun 21 '25 02:06 github-actions[bot]

Are you satisfied with the resolution of your issue? Yes No

google-ml-butler[bot] avatar Jun 21 '25 02:06 google-ml-butler[bot]