Search code examples
pythonpipmediapipe

What could be the cause for the MediaPipe installation error on Windows with Python 3.8.3?


I try to install MediaPipe on Windows, but it doesn't work. What can I do now?

The command line used to start the installation with my user´s profile directory being the current directory:

pip install mediatype

The output error messages are:

ERROR: Could not find a version that satisfies the requirement mediapipe
ERROR: No matching distribution found for mediapipe
WARNING: You are using pip version 21.0.1; however, version 21.1.2 is available.
You should consider upgrading via the 'c:\users\username\appdata\local\programs\python\python38-32\python.exe -m pip install --upgrade pip' command.


Solution

  • mediapipe doesn't support 32-bit python; all of the wheels are for 64-bit python.