mediapipe: Can't install mediapipe on PyCharm IDE.

I am using python version: 3.10.6 already have installed all other packages but only mediapipe is giving me this error. also tried with terminal but same error.

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

need urgent help!

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 2
  • Comments: 21

Most upvoted comments

Hello @younasm, We have released Universal Wheels with version 0.9.3.0 as guided here in the release page with Python >= 3.8. Please try out to build mediapipe using pip let us know if still an issue from your end.

pip install mediapipe

or

pip3 install mediapipe, worked

in RPi4,

pip install mediapipe, didn’t work at first.

sudo pip3 install mediapipe-rpi4 <- worked in RPi4

Hi @younasm, Currently MediaPipe does not support the Apple Mac M1. The team is actively working towards supporting the MediaPipe on the Mac M1 chip but does not have the more details on this.

Unfortunately, we still do not have native Python wheels and can be run Python under Rosetta. You could use build using the command pip install mediapipe-silicon workaround as well. Please refer to this running thread #1514 and #1514(Comment) for better understanding. Thank you!