-1

Even after downloading the library pyttsx3 it cannot import. It says: lmodule not found error.

enter image description here

I tried all the methods available as:

  • using pipenv
  • upgrading pip

But I am still dealing with same problem:

enter image description here

Stephen Rauch
  • 47,830
  • 31
  • 106
  • 135

3 Answers3

0

This happened to me as well, what I did is reinstall python to the newest version, once I had it I installed it using pip3 install pyttsx3, and it solved the problem for me.

(note that I'm using pip3 because I' using python3 for my project, it shouldn't cause problem to use pip but just to make sure)

Dharman
  • 30,962
  • 25
  • 85
  • 135
0

Try download whl file of pyttsx3 from here.

For example download it to F:/file.

Then use pip install F:/file/pyttsx3-2.90-py3-none-any.whl to install.

0

The problem with pyttsx3 is that it does not work for python version 3.4,3.5,3.6 But it works for python 3.8 and above but in the documentation, it is mentioned it works woth any python above version 3+