Problem with pyttsx3 module not found error

Hi @nk05201999,

Apologies for the delay in responding. The issue may be caused as the pyttsx3 module has be installed for python instead of python3. Try running the following command:

pip3 install pyttsx3

Let me know if this works.