We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting this error when running the code:
19 try: ---> 20 eng = _activeEngines[driverName] 21 except KeyError: /opt/anaconda3/lib/python3.8/weakref.py in __getitem__(self, key) 130 self._commit_removals() --> 131 o = self.data[key]() 132 if o is None: KeyError: 'sapi5'
I've tried different versions of pyttsx3 and that didn't help.
The text was updated successfully, but these errors were encountered:
Use latest version of pyttsx3
Sorry, something went wrong.
Are you using Windows, or a different OS? Sapi5 only works with Windows. For Linux or Mac try using gTTS or espeak.
No branches or pull requests
I keep getting this error when running the code:
I've tried different versions of pyttsx3 and that didn't help.
The text was updated successfully, but these errors were encountered: