I have recently install pyttsx3 and I use the code:
import pyttsx3
engine = pyttsx3.init()
engine.say("I will speak this text")
engine.runAndWait()
But when I run this program, I have some problems: enter image description here
I don't how to handle this :(