Unable to import Tensorflow_text in colab

Unable to import the tensorflow_text in G colab. Is there any way to bring this on and work.

Python version : 2.10
Tensorflow version: 2.15

TIA

Hi @Kamal3011 ,

It seems that there’s no Python 2.10 version available for installation according to python.org. Could you clarify your question to specify what support you’re seeking?

Note: TensorFlow officially dropped support for Python 2.x starting from version 2.0. Therefore, TensorFlow versions 2.0 and later only support Python 3.x and we highly recommend to use latest python version with Tensorflow 2.x.

Thanks