tflite-support: Could not find a version that satisfies the requirement tflite-support==0.4.2

When I run pip install tflite-support==0.4.2 on Python 3.7.16 I get

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement tflite-support==0.4.2 (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

This look like a recurrent issue https://github.com/tensorflow/tflite-support/issues/858

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (4 by maintainers)

Most upvoted comments

It seems that the the only way to install tf module maker is to do it on ubuntu <=22.04 with python 3.8. and everything else not working. even building tflite with bezel is much more complicated and a lot of errors shows up with different results and sources.

Have the same as issue as kravcc MacBook Pro 2019 Intel i7 Python 3.11 but tried downgrading on 3.9.16 like kravcc, didn’t help, though pip 23.1.2

I tried it locally, since the whole Google Colab this does not work - the Colab keeps downloading tons of data for tflite-model-maker and the virtual machines of Colab don’t provide enough space.

I downgraded the Python version to 3.9.16 and the package installed successfully