Whenever I try to install TensorFlow with pip on Python 3.8, I get the error that TensorFlow is not found. I have realized later on that it is not supported by Python 3.8.>
I tried this in Anaconda and faced problems when installing Tensorflow 1.14.0.
Steps to Resolve
Create a new environment
Check the python version
conda search python
I found version 3.8.0. Tensorflow 1.14 is not supported with this version.
Next step is to downgrade python in new environment to 3.7.0
conda install python=3.7.0
Once this is done, install TensorFlow 1.14.