While installing pyttsx3: Command errored out with exit status 1

It’s a bug in pyttsx3 2.80: https://github.com/nateshmbhat/pyttsx3/issues/82. No fix yet. Try downgrading to pyttsx3 2.71:

pip install -U pyttsx3==2.71

Leave a Comment