【问题标题】:ERROR installing deepspeech in ubuntu server在 ubuntu 服务器中安装 deepspeech 时出错
【发布时间】:2020-06-29 21:44:30
【问题描述】:

当我收到此错误时,我实际上是在尝试将 deepspeech 安装到带有 pip3 和 python 3.6.9 的树莓派 4 中:

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

使用时

pip3 install deepspeech

有什么想法吗?非常感谢你。

【问题讨论】:

  • 我继续收到:´´´错误:找不到满足 deepspeech 要求的版本(来自版本:无)错误:没有找到 deepspeech´´´ 的匹配分布

标签: python-3.x ubuntu pip installation mozilla-deepspeech


【解决方案1】:

pypi 上没有用于 rasberries 的 deepspeech 的 whl 文件,也没有 tar.gz 源代码分发。这就是为什么它无法为您找到安装候选并给您您遇到的错误。

您需要从源代码编译。您可以在此处找到说明:

https://github.com/mozilla/DeepSpeech/tree/master/native_client

【讨论】:

  • 非常感谢。
猜你喜欢
  • 2021-12-11
  • 1970-01-01
  • 2013-03-12
  • 2020-01-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-03-07
  • 1970-01-01
相关资源
最近更新 更多