无法使用pyttsx3 python模块

时间:2020-08-13 08:27:18

标签: python python-import traceback

我试图使用python pyttsx3模块说:“ Hi World”,但是程序从一开始就崩溃了。

尝试运行pyttsx3程序时,返回以下错误

The primary error says : cannot import SpeechLib from comtypes.gen

给出以下程序:

import pyttsx3
engine = pyttsx3.init()
engine.say("Hi World")
engine.runAndWait()

我已经安装了pyttsx3所需的所有依赖项,但是仍然行不通吗? 我该怎么办?

Proof for "I have all the dependencies installed"

comtypes.gen folder in my pc