Ask questionsERROR: An error occurred during the fetch of repository 'bazel_skylib'
java.io.IOException: Error downloading [https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz] to /home/dm/.cache/bazel/_bazel_dm/b9f01b7215a9069d20c31caab49bdce8/external/bazel_skylib/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz: GET returned 404 Not Found
Have someone met this situation when bazel the project? I can't access some links in the build e.g.https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz
Answer
questions
jiuqiant
@ansixwu see https://github.com/google/mediapipe/issues/3 Some links may be temporarily unavailable. The problem probably can be solved by retrying the Bazel command. If you would like to cache the external dependencies, see https://github.com/google/mediapipe/issues/3#issuecomment-506926022
Related questions