Tensor flow installation

Hi guys, need help with this error

Please do not post screen shots of text. It is hard to work with.
Use the preformatted text option, its the </> button.

To understand the error first have a look at tensorflow page on pypi: tensorflow · PyPI

On that page you can see that tensorflow supports specific versions of python.

The newest version of python supported in 3.11 and I am guessing you installed python 3.12.

Suggest you install 3.11 and try again.

Oh and uninstall python 3.12 to avoid possible confusing with two versions of python installed.