While installing pyttsx3: Command errored out with exit status 1

前端 未结 4 1283
死守一世寂寞
死守一世寂寞 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:22

    Try to run the following command

    pip install git+git://github.com/nateshmbhat/pyttsx3.git
    

    It worked for me

    I got the above command from pyttsx3 github issues

提交回复
热议问题