Skip to content

tts is not working #572

Closed
Closed
@akchhayalok

Description

Hi Team

I wrote python3.6 script for tts in an ubuntu system with vs code. When i am running it's throwing me NotImplementedError. I have installed plyer module as battery is working in ubuntu but not tts.

def speak(self,text_to_read):
        tts.speak(text_to_read)

I am getting this error

File "/home/Users/.local/lib/python3.6/site-packages/plyer/facades/tts.py", line 39, in _speak
     raise NotImplementedError()
 NotImplementedError

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions