While installing pyttsx3: Command errored out with exit status 1

前端 未结 4 1277
死守一世寂寞
死守一世寂寞 2020-11-28 17:12
$ pip install pyttsx3
Collecting pyttsx3
  Using cached pyttsx3-2.80-py3-none-any.whl (39 kB)
Collecting pyobjc>=2.4
  Using cached pyobjc-6.1-py3-none-any.whl (2         


        
4条回答
  •  粉色の甜心
    2020-11-28 17:29

    It's a bug in pyttsx3 2.80: https://github.com/nateshmbhat/pyttsx3/issues/82. No fix yet. Try downgrading to pyttsx3 2.71:

    pip install -U pyttsx3==2.71
    

提交回复
热议问题