【问题标题】:can't install mediapipe? python 3.8无法安装媒体管道?蟒蛇3.8
【发布时间】:2022-01-11 00:57:25
【问题描述】:

我尝试使用pip install mediapipe 和其他类似的 pip install 方法来安装 mediapipe,因为我的一个项目需要它。我被难住了,不知道该怎么办了。我有 python 3.8 和最新版本的 pip。 这是我不断收到的错误:

ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
ERROR: No matching distribution found for mediapipe

【问题讨论】:

标签: python python-3.x installation


【解决方案1】:

可以指定lib的具体版本

如:

pip install mediapipe==0.8.9.1(你想要的版本)

【讨论】:

  • 我得到同样的错误:ERROR: Could not find a version that satisfies the requirement mediapipe==0.8.9.1 (from versions: none) ERROR: No matching distribution found for mediapipe==0.8.9.1@baozilaji
  • 也许你可以尝试其他版本的媒体管道,或者你可以更改 pypi 存储库,请参阅mirrors.sustech.edu.cn/help/pypi.html#_2-configure-index-url
猜你喜欢
  • 2021-10-21
  • 1970-01-01
  • 1970-01-01
  • 2021-10-24
  • 2012-09-27
  • 2016-01-20
  • 2019-01-08
  • 2012-03-25
  • 2017-10-11
相关资源
最近更新 更多