Noway for install espeak on colab?

espeak not installed on your system and I cant use it on colab

If you can’t import that package into Colab, then you won’t be able to use it.

Maybe posting a screen capture image would be helpful.

The following code worked for me in the colab, when working on Text to Speech transformation:

!sudo apt-get update
!sudo apt-get install espeak-ng
!pip install py-espeak-ng