jetsonhacks / installTensorFlowTX1

Scripts to install TensorFlow on the NVIDIA Jetson TX1 Development Kit
MIT License
62 stars 28 forks source link

setTensorFlowEV.sh issue #1

Open ybyangjing opened 7 years ago

ybyangjing commented 7 years ago

Hello, when I run setTensorFlowEV.sh.the program report the following error, can you tell me how to solve it. I'm very obliged to you.

ERROR: /home/ubuntu/tensorflow/tensorflow/tensorboard/bower/BUILD:5:1: no such package '@numericjs_numeric_1_2_6_min_js//file': Error downloading from http://www.numericjs.com/lib/numeric-1.2.6.min.js to /home/ubuntu/.cache/bazel/_bazel_ubuntu/ad1e09741bb4109fbc70ef8216b59ee2/external/numericjs_numeric_1_2_6_min_js: Error downloading http://www.numericjs.com/lib/numeric-1.2.6.min.js to /home/ubuntu/.cache/bazel/_bazel_ubuntu/ad1e09741bb4109fbc70ef8216b59ee2/external/numericjs_numeric_1_2_6_min_js/numeric-1.2.6.min.js: Read timed out and referenced by '//tensorflow/tensorboard/bower:bower'. ERROR: /home/ubuntu/tensorflow/tensorflow/workspace.bzl:114:3: no such package '@gmock_archive//': Error downloading from http://pkgs.fedoraproject.org/repo/pkgs/gmock/gmock-1.7.0.zip/073b984d8798ea1594f5e44d85b20d66/gmock-1.7.0.zip to /home/ubuntu/.cache/bazel/_bazel_ubuntu/ad1e09741bb4109fbc70ef8216b59ee2/external/gmock_archive: Error downloading http://pkgs.fedoraproject.org/repo/pkgs/gmock/gmock-1.7.0.zip/073b984d8798ea1594f5e44d85b20d66/gmock-1.7.0.zip to /home/ubuntu/.cache/bazel/_bazel_ubuntu/ad1e09741bb4109fbc70ef8216b59ee2/external/gmock_archive/gmock-1.7.0.zip: Read timed out and referenced by '//external:gtest'. ERROR: Evaluation of query "deps((//tensorflow/... union @bazel_tools//tools/jdk:toolchain))" failed: errors were encountered while computing transitive closure.

jetsonhacks commented 7 years ago

There were apparently errors downloading supporting TensorFlow libraries, not related to the setTensorFlowEV.sh script. This could be due to connectivity issues, or the servers not being able to send the files.

ybyangjing commented 7 years ago

sorry,I tried to execute the setTensorFlowEV.sh script many times, always having this error above,.I do not know what I should do next,can you help me solve this issue.thank you.

OdingdongO commented 7 years ago

I have encountered this problem, solved it?