I am trying to install tensorflow on mac and it\'s giving me this error.
ImportError: No module named tensorflow
Here is what I have done in the terminal
Try installing through Anaconda...
Enter this in the Terminal
export PATH=~/anaconda2/bin:$PATH OR export PATH=~/anaconda3/bin:$PATH
And then
conda install -c https://conda.anaconda.org/jjhelmus tensorflow
This worked for me, after trying several other approaches.