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)
#1: Initial revision
```bash sudo pacman -Sy espeak ``` After installing espeak it's working well. I am getting any error anymore.