Hi,
I am having problems installing tensorflow package using PIP on my laptop:
I get errors saying that the package does not exist:
C:\Users\Nazih>pip3 -V
pip 23.0
C:\Users\Nazih>pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
C:\Users\Nazih>pip install tensorflow-cpu
ERROR: Could not find a version that satisfies the requirement tensorflow-cpu (from versions: none)
ERROR: No matching distribution found for tensorflow-cpu
I downloaded tensorflow package from:
Release TensorFlow 2.11.0 · tensorflow/tensorflow · GitHub
I am a bit rusty on how to install a downloaded package in python locally/manually.
Attaching directory screen shot as well.
Thanks for the help.
Regards
Nazih