pyttsx3 initialization error, can't use pyttsx3

前端 未结 6 559
情话喂你
情话喂你 2021-01-22 03:08

I was having some problems when using the .getproperty(\'voices\') attribute in pyttsx3. So I decided to uninstall it and then re-install it using PIP to see if that may fix the

6条回答
  •  渐次进展
    2021-01-22 03:47

    I was facing same problem in my project but simply changing the python version from 3.8 to 3.6 works for me.

提交回复
热议问题