Hello I'm having some extreme difficulty getting the import tensorflow to work in my Jupyter Notebook environment.
It installs fine into memory or tells me its already there
%pip install tensorflow
## Requirement already satisfied: tensorflow in c:\users\username\anaconda3\lib\site-packages (2.19.0) ##
Then I go to import it and get a big import error i've been struggling to fix which is in my paste bin
import tensorflow as tf