【问题标题】:pip install engine doesn't work with Python 3.6.5, windows x64pip install engine 不适用于 Python 3.6.5、windows x64
【发布时间】:2018-10-23 20:35:36
【问题描述】:

我尝试在命令提示符 windows 10 操作系统上使用命令 pip install engine 安装引擎。

C:\Users\Jayalakshmi.S1>pip 安装引擎

但它会引发错误

Collecting engine

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

我正在使用 pip 10.0.1 和 Python 3.6.5。有什么问题?

【问题讨论】:

  • 我们需要多于一行的错误报告。请编辑您的答案以包含所有内容。
  • 你在 pip 10.0.1 所以似乎与 TLS version issue discussed here 无关。粘贴完整的错误会有所帮助。

标签: python flask pip pycharm flash-message


【解决方案1】:

我会尝试:

conda install engine

我假设你有 python 的 anaconda 发行版。如果没有,我强烈建议安装它。

【讨论】:

    【解决方案2】:

    看来您必须为 python 3+ 版本安装 pyttsx3,因为引擎需要 pyttsx,因为它支持 python 2 版本,所以使用 pip install pyttsx3 和 import pyttsx3 它对我有用

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-06-08
      • 2019-07-03
      • 1970-01-01
      • 2022-01-18
      • 2020-07-05
      • 1970-01-01
      • 2023-02-09
      • 1970-01-01
      相关资源
      最近更新 更多