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
I am trying download tflite-model-maker on my machine
It seems like you’re encountering an issue with the tflite-support package while trying to install tflite-model-maker. The error message suggests that it can’t find a compatible version of tflite-support.
To resolve this, you can try specifying a compatible version of tflite-support when installing tflite-model-maker. For example:
cssCopy code
pip install tflite-model-maker --no-dependencies
This will install tflite-model-maker without its dependencies, and you can then manually install tflite-support with a compatible version: