Python 3.8de pyttsx3 hatası

merhaba kodlarım şu şekilde:
import pyttsx3
engine = pyttsx3.init()
engine.say(“I will speak this text”)
engine.runAndWait()

ama şu şekilde bir hata alıyorum:

Traceback (most recent call last):
File “C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyttsx3_init_.py”, line 20, in init
eng = _activeEngines[driverName]
File “C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\weakref.py”, line 131, in getitem
o = self.datakey
KeyError: None

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “C:\Users\yemre\Desktop\deneme.py”, line 2, in
engine = pyttsx3.init()
File “C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyttsx3_init_.py”, line 22, in init
eng = Engine(driverName, debug)
File “C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyttsx3\engine.py”, line 30, in init
self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug)
File “C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyttsx3\driver.py”, line 50, in init
self.module = importlib.import_module(name)
File "C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\importlib_init
.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1014, in _gcd_import
File “”, line 991, in _find_and_load
File “”, line 975, in _find_and_load_unlocked
File “”, line 671, in _load_unlocked
File “”, line 783, in exec_module
File “”, line 219, in call_with_frames_removed
File “C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyttsx3\drivers\sapi5.py”, line 3, in
import win32com.client
File "C:\Users\yemre\AppData\Local\Programs\Python\Python38-32\lib\site-packages\win32com_init
.py", line 5, in
import win32api, sys, os
ImportError: DLL load failed while importing win32api: Belirtilen modül bulunamadı.

teşekkürler

Acaba Windows mimarisi 64-bit mi? Çünkü yanılmıyorsam indirdiğiniz sürüm 32-bit.

pyttsx3’u nereden yukledin? Gereksinimleri (pywin32) gelmemis.