Closed
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
Labels
No labels