I was trying to use tensorflow for the first time. Installed tensorflow on Jupyter notebook by-
!pip install tensorflow
Now when I import-
import tensorflow as tf
I am getting this type error.
How to sort this out? Even importing is getting difficult.
New contributor
Jayant Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.