Windows 和 Python 3.8.3 上的 MediaPipe 安装错误可能是什么原因造成的?
What could be the cause for the MediaPipe installation error on Windows with Python 3.8.3?
我尝试在 Windows 上安装 MediaPipe,但它不起作用。我现在可以做什么?
用于启动安装的命令行,我的用户的配置文件目录是当前目录:
pip install mediatype
输出的错误信息是:
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.
mediapipe 不支持 32 位python;所有 wheels 都用于 64 位 python。
mediapipe 不支持 32 位python。继续,升级到 64 位 python 享受吧!
我尝试在 Windows 上安装 MediaPipe,但它不起作用。我现在可以做什么?
用于启动安装的命令行,我的用户的配置文件目录是当前目录:
pip install mediatype
输出的错误信息是:
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.
mediapipe 不支持 32 位python;所有 wheels 都用于 64 位 python。
mediapipe 不支持 32 位python。继续,升级到 64 位 python 享受吧!