No matching distribution found for tflite_support_nightly

when i run the command on colab : !pip install tflite_support_nightly`
i get this error :

Looking in indexes: Simple index, https://us-python.pkg.dev/colab-wheels/public/simple/
ERROR: Could not find a version that satisfies the requirement tflite_support_nightly (from versions: none)
ERROR: No matching distribution found for tflite_support_nightly

i m using:
tf 2.12.0
python 3.10.12
any help?

@youssef_zmander,

tflite_support_nightly package is not currently supported by Python 3.10 and the development team is currently working on it. Please refer to #909 thread for the latest updates on support.

As a workaround, you can use tflite_support which is compatible with Python 3.10 and is complied by @Gulianrdgd. Please refer to the gist.

Thank you!