我正在尝试使用
pip install mediapipe
但我得到了这个错误。
ERROR: could not find a version that satisfies the requierement mediapipe. no matching distribution found for mediapipe.
发布于 2022-02-25 10:56:34
Mediapipe支持的并不是所有的python版本。请访问https://pypi.org/project/mediapipe/#files并查看是否有与您的版本相匹配的版本,请下载控制台的cd (更改目录)到您下载文件的文件夹,然后运行
pip install filename.whlhttps://stackoverflow.com/questions/67663689
复制相似问题