python module tensorflow.keras was not found.
#First Check whether this is working
import tensorflow as tf
tf.__version__
#if the version is < 1.13
pip uninstall tensorflow #unintsall it and then reinstall it for clean installation of all packages
pip install --upgrade pip
pip install --upgrade tensorflow
#else
pip install --upgrade tensorflow