Colab error: Clone the source code from GitHub and install fails

Hi, first post.

I’m an Android developer who was able to train my own .tflite files using the following code on Google Colab:

!git clone GitHub - tensorflow/examples: TensorFlow examples
%cd examples/tensorflow_examples/lite/model_maker/pip_package
!pip install -e .

All was working well when I last used this but now I keep getting the following error which I can’t solve:

ERROR: Could not find a version that satisfies the requirement tflite-support>=0.4.2 (from tflite-model-maker) (from versions: 0.1.0a0.dev3, 0.1.0a0.dev4, 0.1.0a0.dev5, 0.1.0a0, 0.1.0a1)
ERROR: No matching distribution found for tflite-support>=0.4.2

Any help?

@Ovalman,

Welcome to the Tensorflow Forum!

Thank you for reporting. We will check and get back to you.

@Ovalman,

Could you please try a temporary solution, as suggested here?

Thank you!