I am trying to install tflite_model_maker in google colab after downgrading python version from Python 3.10 to 3.8…and I tried to install tflite_model_maker it is getting install and i have checked the version of tflite_model_maker.
But the issue is after executing this line -
from tflite_model_maker.config import QuantizationConfig
file i am getting the following error
No module named ‘tflite_model_maker’