I am trying to install tensorflow on mac and this gives me this error.
ImportError: no module named tensorflow
Here is what I did in the terminal
sudo easy_install pip sudo easy_install --upgrade six export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0-py3-none-any.whl sudo -H pip3 install --upgrade $TF_BINARY_URL
After that, I try to run python and tensorflow to test my installation. This does not work. I spent 3 hours on the problem.
source share