How I can install any module like pyttsx3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How I can install any module like pyttsx3

2nd Dec 2020, 8:18 AM
YOU CAN'T Sneeze with open eyes
YOU CAN'T Sneeze with open eyes - avatar
2 Answers
+ 2
In your local computer, if you have windows installed, with python 3, you this command - pip install pyttsx3 If you have linux installed with python 3 use this command - pip3 install pyttsx3. Also, for pyttsx3, u need to have pyaudio installed. For that, use this command for windows - pip install pipwin && pipwin install pyaudio. If this gives error, read this stackoverflow thread, you get it installed. https://stackoverflow.com/questions/54686734/getting-error-while-installing-pyaudio-in-windows-10/54758105
2nd Dec 2020, 8:33 AM
Charitra
Charitra - avatar
+ 1
Just type this in your terminal: python -m pip install pyttsx3
31st Jul 2021, 11:04 AM
Sancho Godinho
Sancho Godinho - avatar