当我尝试使用命令在Ubunto上安装TensorFlow Google的机器学习库时:
$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
我一直收到此错误
tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
Storing debug log for failure in /home/user/.pip/pip.log
我在我的机器上安装了pip,并在机器上安装了 python 2.7
vmware图片信息:
没有可用的LSB模块
经销商ID:Ubuntu
描述:Ubuntu 14.04 LTS
发布:14.04
代号:可信任
有人可以帮我解决这个错误吗?
答案 0 :(得分:0)
使用超级用户进行安装。
$ sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
这对我有用。
答案 1 :(得分:0)
Tensorflow适用于我和VMware& Ubuntu Linux系统。请尝试:
sudo apt-get install python-pip python-dev
sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl