.whl文件的手动安装
pip install tensorflow-1.7.0-cp35-cp35m-win_amd64.whl
https://blog.youkuaiyun.com/Scotfield_msn/article/details/54234914
1.[认为pip的版本没对](http://blog.youkuaiyun.com/kevinew/article/details/51519279)
2.[认为TensorFlow没连上](http://stackoverflow.com/questions/37425579/cannot-install-tensorflow-on-fresh-ubuntu-partition-tensorflow-0-8-0-cp34-cp34m)
其实,都错了。真正的原因在于:
TensorFlow only be installed under a 64bit platform but not a 32bit machine!
亲,TensorFlow是不支持32位机的~