Hi! So my problem is: I'm trying to make my Pi 3 speaking, I looked up multiple articles, but none of them could help unfortunately.
My code line: from espeak import espeak
And I get an error:
File "/home/pi/ttstest.py", line 9, in
from espeak import espeak
ModuleNotFoundError: No module named 'espeak'
I'm using Raspbian on Raspberry Pi 3.
I have espeak and python-espeak istalled as well.
I used this code in terminal to test the espeak: espeak "Hello World" 2>/dev/null
It works, I'm hearing the speech.
If someone please could help me, I would be more than grateful! :)