66831/modulenotfounderror-no-module-named-pythoncom-in-pyttsx3
Hii,
Try
pip install pypiwin32
or
$ pip3 install pypiwin32
Sometimes using pip3 also works if just pip is not working
Hello,
Try installing flask through the powershell using the following command.
pip install --isolated Flask
This will allow installation to avoid environment variables and user configuration.
and aslo If you are using a Python 3.5+ then you could add pypiwin32==223 to your requirements.txt file instead of pywin32
Hope it works!!
Hey, @ Ashmit,
Please try:
engine = pyttsx3.init('dummy') or engine = pyttsx.init('dummy')
Hope this Helps!!
To learn more, join the online course to do Masters in Python.
Thanks!