ethz-asl / segmap

A map representation based on 3D segments
BSD 3-Clause "New" or "Revised" License
1.05k stars 394 forks source link

tensorflow compiling errors #165

Closed nonlinear1 closed 3 years ago

nonlinear1 commented 3 years ago

When I compile the segmap. I first compile the tensorflow 1.8 with the following command:"bazel build --config=opt --define framework_shared_object=true tensorflow:libtensorflow_cc.so" then some errors occurs: (segmappyenv) manifold@manifold-System-Product-Name:~/tensorflow-r1.8$ bazel build --config=opt --define framework_shared_object=true tensorflow:libtensorflow_cc.so Starting local Bazel server and connecting to it... ERROR: /home/manifold/tensorflow-r1.8/tensorflow/core/platform/default/build_config/BUILD:142:1: no such package '@gif_archive//': java.io.IOException: Error downloading [https://mirror.bazel.build/ufpr.dl.sourceforge.net/project/giflib/giflib-5.1.4.tar.gz, http://pilotfiber.dl.sourceforge.net/project/giflib/giflib-5.1.4.tar.gz] to /home/manifold/.cache/bazel/_bazel_manifold/120221840b15778db5106696c7b0e1fe/external/gif_archive/giflib-5.1.4.tar.gz: All mirrors are down: [Connection reset] and referenced by '//tensorflow/core/platform/default/build_config:gif' ERROR: Analysis of target '//tensorflow:libtensorflow_cc.so' failed; build aborted: Analysis failed INFO: Elapsed time: 78.885s INFO: 0 processes. FAILED: Build did NOT complete successfully (48 packages loaded) the screen snap is :

Screenshot from 2020-07-23 04-43-32 anyone know how to solve this problem? thank you very much