window10 python3.5 安装TensorFlow:
pip3 install tensorflow
ubuntu14.04: python自带版本2.7.6安装pip
apt-get install python-pippip版本为1.5.4pip install -U pip 失败root[@ubuntu](https://my.oschina.net/u/555627):~# pip install tensorflow 失败Downloading/unpacking tensorflowCould not find any downloads that satisfy the requirement tensorflowCleaning up...No distributions at all found for tensorflowStoring debug log for failure in /root/.pip/pip.log
用下面命令可以安装成功
python -m pip isntall tensorflow