由于本人刚刚开始学Python spark,所以需要安一些软件库什么的,然而总是充满着莫名其妙的错误,为了以后重安方便,开始发文记录。
Tensorflow:一个据说十分好用的神经网络平台
官方安装(大概是没错误吧):
$ sudo apt-get install python-pip python-dev
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
对于我来说(各种莫名其妙的错误),简单粗暴的安装:
1.下载安装包 https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
2.copy到桌面上,这是因为我的终端打开路径在桌面上,在其他地方有什么影响没试过
3.pip install tensorflow-0.8.0-cp27-none-linux_x86_64.whl(后面也就是文件名)
4.OK
官方来源:http://www.leiphone.com/news/201606/ORlQ7uK3TIW8xVGF.html