aryxns / voice_alert

Detects your name's first character and alerts you if it was mentioned in the speech.
0 stars 0 forks source link

Error #1

Closed dhruvmsheth closed 3 years ago

dhruvmsheth commented 4 years ago

Error : PyAudio library not available. Please specify the version. `--------------------------------------------------------------------------- KeyError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/pyttsx3/init.py in init(driverName, debug) 19 try: ---> 20 eng = _activeEngines[driverName] 21 except KeyError:

15 frames KeyError: None

During handling of the above exception, another exception occurred:

OSError Traceback (most recent call last) /usr/lib/python3.6/ctypes/init.py in init(self, name, mode, handle, use_errno, use_last_error) 346 347 if handle is None: --> 348 self._handle = _dlopen(self._name, mode) 349 else: 350 self._handle = handle

OSError: libespeak.so.1: cannot open shared object file: No such file or directory`

Thank you

dhruvmsheth commented 3 years ago

closing because the repo owner did not post a reply