tensorflow-on-raspberry-pi icon indicating copy to clipboard operation
tensorflow-on-raspberry-pi copied to clipboard

Errors were encountered while computing transitive closure.

Open SebOh opened this issue 8 years ago • 0 comments

I currently try to build the tensorflow release 1.0.0 on a raspberry pi 3.

So far I build:

  • protobuffer: 3.1.0
  • bazel: 0.4.4

without any problems. When I now try to run ./configure

it fails all the time with the error: Evaluation of query "deps((//tensorflow/... - //tensorflow/examples/android/...))" failed: errors were encountered while computing transitive closure.

I also get the error before: no such package '@numericjs_numeric_min_js//file'

But it does not stop at this point. I just fails at a random point during downloading.

Any ideas for this issue?

Hardware:

  • Raspberry Pi model: 3 Model B
  • Operating System used: Jessie Lite
  • Version of Python used: 2.7
  • SD card memory size: 32 GB
  • Size of USB/other device used as swap (if building from source): 16 GB
  • TensorFlow git commit hash (if building from source): 07bb8ea

SebOh avatar Feb 21 '17 21:02 SebOh