I've been trying forever to get my pyttsx code working. I am working in a Github codespace based on Linux Ubuntu. Since it is not my own I can't access any of its settings.
I've ran a number of different commands to try to get it to work, including:
sudo apt-get update
sudo apt install espeak
sudo apt-get install alsa-utils
as well as installed libspeak. The errors unfortunately still persist. Any ideas how to fix it or get around it and still get pyttsx to run?