I am a beginner in python I have a small application that uses pyttsx3 it works correctly but when I generate the executable with pyinstaller it throws the following
No module named 'pyttsx3.drivers'
by means of exceptions I managed not to close it, but because it does not add a voice module what takes away the functionality, I appreciate if someone can guide me