I'm trying to run a program on speech recognition.I already installed pyttsx3. While I'm running the Program, Im getting : ModuleNotFoundError: No module named 'pyttsx3'
Asked
Active
Viewed 22 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community May 18 '22 at 13:39
-
It's a common problem that the version of pip on your path is from a different python install than the python you're running. Try using `python -m pip install
` to install it – Peter Gibson May 18 '22 at 23:22 -
Thank you Mr. Peter Gibson. I tried it but its also not working.... – Saransh Jain May 19 '22 at 17:00