Tensorflow quantum Error

I am recieveing the error: ModuleNotFoundError: No module named ‘tensorflow_quantum’ in google colab when i try importing tensorflow-quantum
I tried installing the package “tensorflow-quantum” over and over again. I also installed it manually by cloning it from github to no avail. Also note that i have read the instructions for installing the package including the python version requirement and followed them to no avail. I tried same process in jupyter-notebook but still get the same error message. Its so frustrating.

Hi @Samuel_Gbashi, In colab by default the Python version is 3.10 but Tensorflow Quantum support Python 3.9. Please make sure that you are using Python 3.9. Thank You.