i am using pythone and using pyttsx3 module but got this error and i have installed espeak-ng-devel
Traceback (most recent call last):
File "/home/tomar/.local/lib/python3.10/site-packages/pyttsx3/init.py", line 20, in init
eng = _activeEngines[driverName]
File "/usr/lib/python3.10/weakref.py", line 137, in getitem
o = self.datakey
KeyError: None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/tomar/Omninos/sylabus.files/function/ajay/new.py", line 2, in <module>
engine=pyttsx3.init()
File "/home/tomar/.local/lib/python3.10/site-packages/pyttsx3/init.py", line 22, in init
eng = Engine(driverName, debug)
File "/home/tomar/.local/lib/python3.10/site-packages/pyttsx3/engine.py", line 30, in init
self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug)
File "/home/tomar/.local/lib/python3.10/site-packages/pyttsx3/driver.py", line 50, in init
self._module = importlib.import_module(name)
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return bootstrap.gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in gcd_import
File "<frozen importlib.bootstrap>", line 1027, in find_and_load
File "<frozen importlib.bootstrap>", line 1006, in find_and_load_unlocked
File "<frozen importlib.bootstrap>", line 688, in load_unlocked
File "<frozen importlib.bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/tomar/.local/lib/python3.10/site-packages/pyttsx3/drivers/espeak.py", line 9, in <module>
from . import espeak, toUtf8, fromUtf8
File "/home/tomar/.local/lib/python3.10/site-packages/pyttsx3/drivers/espeak.py", line 18, in <module>
dll = cdll.LoadLibrary('libespeak.so.1')
File "/usr/lib/python3.10/ctypes/init.py", line 452, in LoadLibrary
return self.dlltype(name)
File "/usr/lib/python3.10/ctypes/init.py", line 374, in init
self.handle = dlopen(self.name, mode)
OSError: libespeak.so.1: cannot open shared object file: No such file or directory