Unable to pip install tensorflow-quantum on Mac OS

I am trying to follow the tutorial for tensorflow-quantum, however, I am having issues installing the package. I followed the installation instructions here, TensorFlow Quantum'u yükleyin. I am using python version 3.9. I installed tensorflow version 2.7.0. However, when running ```
pip3 install -U tensorflow-quantum

I receive the following error, ERROR: Could not find a version that satisfies the requirement tensorflow-quantum (from versions: none)

ERROR: No matching distribution found for tensorflow-quantum.

I have created new environments 3-4 times but that has not resolved this issue. I am not sure of what I need to do next.

Thank you in advance for your help.

@kia,

Welcome to the Tensorflow Forum,

Please take a look at Installing tensorflow-quantum with x86_64 architecture on M1 device instructions by @stfnmangini may help you.

Thank you!