I was trying to install tflite-model-maker in google colab using the below code
!pip install -q tflite-model-maker
!pip install -q tflite-support
but the install runs for ever until the google colab storage becomes full.
Up until a few days back there was no problem. But now i am not able to install it due to this
Hi, I have same issue with installing model maker in colab. I try fall down the Python version to 3.9.x, but the installation is still not successful. Moreover, after the downgrade, other modules come out of compatibility error. May I know more information about the issue? Thank you.
Moreover, after the downgrade, other modules come out of compatibility error.
You can safely ignore compatibility issues as long as you can execute and complete the task. Otherwise, you should install the corresponding package using pip.