Tensor flow won't install using PIP? "No matching distribution found for tensorflow"

Question:

Command Prompt screenshot of the error

Pip won’t install Tensorflow, I am using 64bit Python 3.11.1. I have download the Cuda toolkit. Using a 1050ti as the GPU. How do i get this to install?

Downloaded Anaconda but that doesnt seem to help either. Tried updating Pip but it is on its latest release. All I get is the "No matching Distribution" Error

Asked By: Alexander Brown

||

Answers:

There is no offifical release of tensorflow that is compatible version with Python 3.11 (see PyPI). Use Python 3.10 instead.

Answered By: Plagon