pyttsx: No module named 'engine'

前端 未结 7 1310
青春惊慌失措
青春惊慌失措 2020-12-03 01:02

I\'m trying to install TTS package by using this. Everything was okay until I tried to execute the following command:

import pyttsx

I got b

7条回答
  •  一整个雨季
    2020-12-03 01:57

    Guys there is an updated package compatible with Python3 :

    pyttsx3

    Works offline with no delay in the sound produced.

    Installation:

    pip install pyttsx3
    

    Visit https://pyttsx3.readthedocs.io for the full usage docs. Thanks!

提交回复
热议问题