I installed tensorflow.
I then went back and created a virtual env called tensorflow and installed it there as well yet my Jupyter notebook is unable to import it. I have been troubleshooting through many posts here and elsewhere across the internet for two days now and have not had any luck I just keep getting the
"ModuleNotFoundError: No module named 'tensorflow'"
Anybody willing to get me a start to finish walkthrough of how I can get this running on a Mac?
I felt like I installed this much easier on my previous Mac (may 2018) but Im seeing there have been some version changes so I think that may be why things are different this time around.
Seem to be having the same issue with importing sklearn.
Versions installed are below:
Python 3.6.8 :: Anaconda, Inc.
conda 4.6.14
Name: tensorflow
Version: 1.13.1
Location: /Users/boston/miniconda3/envs/tensorflow/lib/python3.6/site-packages
Name: sklearn
Version: 0.0
Location: /Users/boston/.local/lib/python3.6/site-packages
keras-2.2.4 pyyaml-5.1
I know many people have this issue however none of their solutions have worked for me. Any help is greatly appreciated.