Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Q&A
Unable to use pyttx3 (libespeak.so.1: cannot open shared object file: No such file or directory)
sudo pacman -Sy espeak After installing espeak it's working well. I am not getting the error anymore. Reference
Answer
#2: Post edited
- ```bash
- sudo pacman -Sy espeak
- ```
After installing espeak it's working well. I am getting any error anymore.
- ```bash
- sudo pacman -Sy espeak
- ```
- After installing espeak it's working well. I am not getting the error anymore.
- [Reference](https://github.com/nateshmbhat/pyttsx3/issues/48#issuecomment-489223752)