Search code examples
pythonpipmediapipe

Problem with installing mediapipe using pip on windows


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


Solution

  • 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.