While installing pyttsx3: Command errored out with exit status 1
Solution 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
Solution 2:
Try to run the following command
pip install git+git://github.com/nateshmbhat/pyttsx3.git
It worked for me
I got the above command from pyttsx3 github issues