Trying to install Tensorflow Lite on Raspberry Pi. On both Raspian and on a 64 bit Jenny OS I get this error:
]Downloading tflite_model_maker-0.1.0-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 181.4 kB/s eta 0:00:00
ERROR: Cannot install tflite-model-maker==0.1.0, tflite-model-maker==0.1.1, tflite-model-maker==0.1.2, tflite-model-maker==0.2.0, tflite-model-maker==0.2.1, tflite-model-maker==0.2.2, tflite-model-maker==0.2.3, tflite-model-maker==0.2.4, tflite-model-maker==0.2.5, tflite-model-maker==0.3.0, tflite-model-maker==0.3.1, tflite-model-maker==0.3.2, tflite-model-maker==0.3.3, tflite-model-maker==0.3.4 and tflite-model-maker==0.4.0 because these package versions have conflicting dependencies.
The conflict is caused by:
tflite-model-maker 0.4.0 depends on numba==0.53
tflite-model-maker 0.3.4 depends on numba==0.53
tflite-model-maker 0.3.3 depends on numba==0.53
tflite-model-maker 0.3.2 depends on tensorflow-addons>=0.11.2
tflite-model-maker 0.3.1 depends on tensorflow-addons>=0.11.2
tflite-model-maker 0.3.0 depends on tensorflow-addons>=0.11.2
tflite-model-maker 0.2.5 depends on tensorflow-addons>=0.11.2
tflite-model-maker 0.2.4 depends on tflite-support==0.1.0rc4
tflite-model-maker 0.2.3 depends on tflite-support==0.1.0rc3.dev2
tflite-model-maker 0.2.2 depends on tflite-support==0.1.0rc3.dev2
tflite-model-maker 0.2.1 depends on tflite-support==0.1.0rc3.dev2
tflite-model-maker 0.2.0 depends on tf-nightly==2.4.0.dev20200810
tflite-model-maker 0.1.2 depends on tflite-support==0.1.0rc3.dev2
tflite-model-maker 0.1.1 depends on tf-nightly
tflite-model-maker 0.1.0 depends on tf-nightly
To fix this you could try to:
- loosen the range of package versions you’ve specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit Dependency Resolution - pip documentation v24.2.dev0