tensorflow

install

$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

tensorflow

py2.7: https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
py3.5: https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl

或者参考

https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/1-2-install/

python -m pip install --user tensorflow numpy scipy matplotlib

查看pip的版本

python -m pip --version