Reputation: 11
I'm trying to install mediapipe (with Python version 3.12.1), but it is not working.
pip install mediapipe
python -m pip install mediapipe
python -m pip install mediapipe,whl
All I get is error after error.
System Details :
Upvotes: 1
Views: 1317
Reputation: 1117
Update: as stated in this answer, mediapipe is now supported on Python 3.12 (see this documentation).
Upvotes: 1
Reputation: 27760
Currently mediapipe only supports till python 3.11 as tensorflow only support till python 3.11 for now.
These flexible tools are built on top of TensorFlow Lite for the best end-to-end on-device ML and hardware performance.
https://developers.google.com/mediapipe
https://pypi.org/project/mediapipe/
Upvotes: 0
Reputation: 1123
Mediapipe doesn't support python 3.12 yet.
You'll have to install Python 3.11 to be able to install and use mediapipe.
Upvotes: 0