Problem with installing mediapipe using pip on windows

Question:

So when i am trying pip install mediapipe i see error like that ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none) ERROR: No matching distribution found for mediapipe
image
Here is image of error and pip and python version
I have 64-bit python

Asked By: Kubzel

||

Answers:

The current latest version mediapipe 0.9.0.1 provides wheels for Windows for Python 3.7-3.10. A wheel for Python 3.11 is only available for Linux.

The bottom line is: don’t be so quick to upgrade your Python, wait until all 3rd-party libraries you use are caught up.

Downgrade your Python, use Python 3.10 64-bit. Or try to build from sources.

Answered By: phd
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.