【发布时间】:2021-05-23 19:41:34
【问题描述】:
我正在尝试使用安装媒体管道
pip install mediapipe
但我收到此错误。
ERROR: could not find a version that satisfies the requierement mediapipe. no matching distribution found for mediapipe.
【问题讨论】:
我正在尝试使用安装媒体管道
pip install mediapipe
但我收到此错误。
ERROR: could not find a version that satisfies the requierement mediapipe. no matching distribution found for mediapipe.
【问题讨论】:
Mediapipe 支持并不支持所有 python 版本。请访问https://pypi.org/project/mediapipe/#files,看看是否有匹配你的版本,下载它,将控制台的cd(更改目录)到你下载文件的文件夹,然后运行
pip install filename.whl
【讨论】: