在 ubuntu mate 17.04 上安装 tensorflow 时出错

在 ubuntu mate 17.04 上安装 tensorflow 时出错

安装张量流时,使用

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.

这传达了什么信息?我的硬件支持足够吗?

的输出

uname -a

Linux snow-Aspire-4738Z 4.10.0-21-generic #23-Ubuntu SMP Fri Apr 28 16:13:17 UTC 2017 i686 i686 i686 GNU/Linux

相关内容