0

screenshot of the error I'm getting:

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44
  • Try to update your tensorflow by `! pip3 install -U tensorflow` and then restart your jupyter notebook. – Kaveh Jul 27 '21 at 11:36

1 Answers1

0

Create a New Virtual Environment in Anaconda and Try installing the Latest Version of Tensorflow.

Steps are mentioned below:

conda create -n TF_Latest python=3.8 anaconda

conda activate TF_Latest

pip install tensorflow

Also, please find Anaconda Documentation for Installing Tensorflow, for more information.