i\'m new to tensorflow, today i installed tensorflow using:
C:\\>pip3 install --upgrade tensorflow
Collecting tensorflow
Using cached tensorflow-1.2.0-c
I had the same problem, I'm using a macbook unibody (2008) it works perfectly, and I can't update it any more, currently it's running MacOS X 10.11 (El Capitán). So, after being fighting for several hours trying to solve it, I've been able to solve it doing the next thing:
pip uninstall tensorflow
conda install tensorflow instead of "pip"
Regards!
For mac users who us macOS X versions < 10.12.6 install tensorflow version 1.5:
pip install tensorflow==1.5