I am currently trying to pip install tensorflow, which works but after I install it, and then import it into my python module via import tensorflow as tf<
pip install tensorflow
import tensorflow as tf<
I recommend you this setup tutorial, it works on my computer. And you need python 3.6 for Tensorflow instead of 3.7.
https://github.com/jeffheaton/t81_558_deep_learning/blob/master/manual_setup.ipynb