screenshot of the error I'm getting:
Asked
Active
Viewed 66 times
0

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 Answers
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.