4

Iam unable to install tflite model maker in colab . I run all the commands with Nightly also . But it didnt work now . And my project stucks . pip instal Tflite-model-maker didnt install it took long time and disk of colab ..

Iam unable to install tflite model maker in colab . I run all the commands with Nightly also . But it didnt work now . And my project stucks pip instal Tflite-model-maker didnt install it took long time and disk of colab ..

  • Thanks for reporting the issue! I do not think you can do more right now but to wait to be fixed. – Farmaker May 02 '23 at 12:59
  • I have the same issue in fact when I made "!pip install -q tflite-model-maker", normally only takes a minute, but actually runs about 18 min, and finally I stop it because I get the warning of storage from Colab. And the trace is very long, apparently repeats the step "Preparing metadata( setup.py)" all the time and consume the storage. Please warn when yo fix it. – Ciro Mine May 09 '23 at 20:59

1 Answers1

1

Apparently this due to a current bug with tflite-support not being able to run with Python>3.10. You can try to use a fallback version on Google Colab (see this github issue) or use Media Pipe Solutions which is the next step of TensorFlow Lite.

Karandash
  • 11
  • 1