Issue in installing tflite-model-maker in Google Colab

I was trying to install tflite-model-maker in google colab using the below code

!pip install -q tflite-model-maker

!pip install -q tflite-support

but the install runs for ever until the google colab storage becomes full.
Up until a few days back there was no problem. But now i am not able to install it due to this

@ZeauZzz,

Welcome to the Tensorflow Forum!

This is the known issue and team is working on it.

Please refer to the temporary solution here

Thank you!

Ohh It worked . ThankYou

Hi, I have same issue with installing model maker in colab. I try fall down the Python version to 3.9.x, but the installation is still not successful. Moreover, after the downgrade, other modules come out of compatibility error. May I know more information about the issue? Thank you.

@Kwok_Wai_Lo,

Welcome to the Tensorflow Forum!

I try fall down the Python version to 3.9.x, but the installation is still not successful

I just tested the Image classification with TensorFlow Lite Model Maker tutorial using colab’s fallback runtime and it works as intended.

Moreover, after the downgrade, other modules come out of compatibility error.

You can safely ignore compatibility issues as long as you can execute and complete the task. Otherwise, you should install the corresponding package using pip.

Thank you!

Facing the same issue and unfortunately, even after using fallback runtime, the Python version appears to be 3.10. Any fixes??