Skip to content

KeyError: 'sapi5' when using pyttsx3 #22

@Thayneee

Description

@Thayneee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions