无法使用 pyttsx3 python 模块
Cannot use the pyttsx3 python module
我试图使用 python pyttsx3 模块说:“Hi World”,但程序从一开始就崩溃了。
在尝试 运行 pyttsx3 程序时,returns 出现以下错误
程序如下:
import pyttsx3
engine = pyttsx3.init()
engine.say("Hi World")
engine.runAndWait()
我已经安装了 pyttsx3 所需的所有依赖项,但仍然无法运行?
我该怎么办?
follow the link and type as it is from the image, hope it helps
我试图使用 python pyttsx3 模块说:“Hi World”,但程序从一开始就崩溃了。
在尝试 运行 pyttsx3 程序时,returns 出现以下错误
程序如下:
import pyttsx3
engine = pyttsx3.init()
engine.say("Hi World")
engine.runAndWait()
我已经安装了 pyttsx3 所需的所有依赖项,但仍然无法运行? 我该怎么办?
follow the link and type as it is from the image, hope it helps