Hello folks,
I was trying to follow this Colab notebook:
After I figured I had to upgrade pip:
!pip install --upgrade pip
I still get errors when I try to install tflite_model_maker:
!pip install tflite-model-maker
Results in the error below.
Any help would be greatly appreciated!
Nick.
ERROR: Cannot install 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.3, tflite-model-maker==0.3.4, tflite-model-maker==0.4.0, tflite-model-maker==0.4.1, tflite-model-maker==0.4.2 and tflite-model-maker==0.4.3 because these package versions have conflicting dependencies.
The conflict is caused by:
- tflite-model-maker 0.4.3 depends on scann==1.2.6*
- tflite-model-maker 0.4.2 depends on numba==0.53*
- tflite-model-maker 0.4.1 depends on numba==0.53*
- 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.2.5 depends on tflite-support==0.1.0rc4*
- 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 tflite-support==0.1.0rc3.dev2*
- tflite-model-maker 0.1.2 depends on tflite-support==0.1.0rc3.dev2*
To fix this you could try to:
1. loosen the range of package versions you’ve specified
2. remove package versions to allow pip attempt to solve the dependency conflict