ModuleNotFoundError: No module named 'tensorflow.python' uninstalling and reinstalling doesn't work

(uninstalled and reinstalled tensorflow and keras)

Do you think I forgot to download another file that I’m not aware of?

1 Like

Can you tell us how you set up the Tensorflow? Did you follow Step-by-step instructions? Thank you.

  1. Install anaconda software
  2. make and activate that virtual environment by following commands
conda create -n tf 
conda activate tf
  1. Installation of Tensor flow
pip install tensorflow