【问题标题】:Updating bazel on Raspberry Pi 3在 Raspberry Pi 3 上更新 bazel
【发布时间】:2019-02-25 00:11:43
【问题描述】:

我在此处按照此分步指南进行操作: https://github.com/samjabrahams/tensorflow-on-raspberry-pi/blob/master/GUIDE.md

为了在 Raspberry Pi 3 B+ 上安装和构建 Tensorflow。 但是,当我达到这一点时,它说:

./configure

我收到此错误:

您已安装 bazel 0.4.5- (@non-git)。请升级你的bazel 安装到 0.19.0 或更高版本以构建 TensorFlow!

然后我按照以下说明进行操作:

Unable to install bazel on Ubuntu 14.04 using apt-get

并使用了文件:

bazel-0.22.0-installer-linux-x86_64.sh

从这里:

https://github.com/bazelbuild/bazel/releases

但是当我尝试 ./configure 时,我又收到了同样的信息。我花了两天时间搜索谷歌和教程,什么也没做......

【问题讨论】:

    标签: tensorflow


    【解决方案1】:

    您不能使用“bazel-0.22.0-installer-linux-x86_64.sh”,因为您的 CPU 是 ARM 架构而不是 x86_64。

    尝试遵循本指南:https://gist.github.com/EKami/9869ae6347f68c592c5b5cd181a3b205#3-build-bazel

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多