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.