TensorFlow Installation Error (Windows 10)

Hello, I am keep getting the same error while trying to manually install TensorFlow by running pip install tensorflow in my terminal. (ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow). I have the latest version of Python (3.12.1, 64 bit) and pip (23.3.2.). I have Windows Version 10.1.22621.3007). Thank you.

Hi @fusi, If you use pip for installing the tensorflow the latest version of tensorflow(2.15) will be installed. The support python version for tensorflow 2.15 is 3.9-3.11. Could please downgrade the python version to 3.9-3.11 and try the installation. Thank You.

1 Like