While installing pyttsx3: Command errored out with exit status 1

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

    First try installing wheel pip install wheel Then you can install pyttsx3, pip install pyttsx3, this should work for you.

提交回复
热议问题