I'm trying to get TensorFlow
to work on my Mac (OSX El Capitan 10.11.2). I tried the pip install
from the setup guide and also followed the instructions in the accepted answer here.
In both cases I am able to successfully activate the virtualenv
and my prompt changes to tensorflow.
Python
works fine, I'm able to do simple computations on the command line
. But when I try to import tensorflow:
import tensorflow as tf
I repeatedly get this error:
ImportError: No module named tensorflow
Any help would be appreciated.