Open P4RZ1V4L-93 opened 3 years ago
I'm facing same issue. please help
You can install pyttsx3==2.71 to solve this problem, I did and succeeded
Facing the same issue, I have installed the latest version of pyttsx also tried downgrading it to pyttsx3==2.71 both didn't work
I'm trying to run pyttsx in replit.com and when using engine = pyttsx.init() it gives
so i used engine = pyttsx3.init('dummy') engine.say('hello') works but when using engine.save_to_file('heelo' , 'hello.mp3') it gives error