runtime error
Exit code: 1. Reason: ce-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pyttsx3/__init__.py", line 20, in init eng = _activeEngines[driverName] File "/usr/local/lib/python3.10/weakref.py", line 137, in __getitem__ o = self.data[key]() KeyError: None During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> engine = pyttsx3.init() File "/usr/local/lib/python3.10/site-packages/pyttsx3/__init__.py", line 22, in init eng = Engine(driverName, debug) File "/usr/local/lib/python3.10/site-packages/pyttsx3/engine.py", line 30, in __init__ self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug) File "/usr/local/lib/python3.10/site-packages/pyttsx3/driver.py", line 50, in __init__ self._module = importlib.import_module(name) File "/usr/local/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 "/usr/local/lib/python3.10/site-packages/pyttsx3/drivers/espeak.py", line 12, in <module> from . import _espeak, fromUtf8, toUtf8 File "/usr/local/lib/python3.10/site-packages/pyttsx3/drivers/_espeak.py", line 48, in <module> raise RuntimeError("This means you probably do not have eSpeak or eSpeak-ng installed!") RuntimeError: This means you probably do not have eSpeak or eSpeak-ng installed!
Container logs:
Fetching error logs...