I created my virtual environment and trying to install tensorflow using pip install tensorflow. am getting the following error :
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
I tried it with python3.8
and python 3.9
still the same error
Does anyone have any idea how to sort it out?