Can't install version 2.12.0 from pip

I need version 2.12.0, however pip3 installs 2.13.0-rc0. I tried installing it from the wheel, but it’s not working. I have python 3.10

python3 -m pip install "tensorflow==2.12.0"

ERROR: Could not find a version that satisfies the requirement tensorflow==2.12.0 (from versions: 2.13.0rc0, 2.13.0rc1)

ERROR: No matching distribution found for tensorflow==2.12.0
python3 -m pip install https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.12.0-cp310-cp310-win_amd64.whl 

ERROR: tensorflow_cpu-2.12.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.

@misik,

Welcome to the Tensorflow Forum!

Could you please share details about your Operating System?

We recommend following the steps to install Tensorflow.

Thank you!

@misik,

I was able to install Tensorflow 2.12 on Windows using python -m pip install tensorflow==2.12.0. Please refer to the screenshots

I was also able to install it using the wheel. Please refer to the screenshots

Thank you!