Hi. Thanks for your work. I am trying building mediapipe for jetson nx. However, I met some problems when running the final step
python3 setup.py gen_protos && python3 setup.py bdist_wheel
The error is
_running bdist_wheel
running build
running build_py
running build_binary_graphs
generating binarypb: mediapipe/modules/face_detection/face_detection_short_range_cpu
DEBUG: Rule 'rules_foreign_cc' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "c2cdcf55ffaf49366725639e45dedd449b8c3fe22b54e31625eb80ce3a240f1e"
DEBUG: Repository rules_foreign_cc instantiated at:
/home/nvidia/mediapipe/WORKSPACE:42:13: in
Repository rule http_archive defined at:
/home/nvidia/.cache/bazel/_bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/bazel_tools/tools/build_defs/repo/http.bzl:336:31: in
WARNING: Download from http://mirror.tensorflow.org/github.com/bazelbuild/rules_closure/archive/cf1e44edb908e9616030cc83d085989b8e6cd6df.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/tensorflow/runtime/archive/fc70a32ecd248dd7612d75d2177125ed14541367.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
INFO: Repository llvm-raw instantiated at:
/home/nvidia/mediapipe/WORKSPACE:398:14: in
/home/nvidia/.cache/bazel/_bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/org_tensorflow/tensorflow/workspace3.bzl:52:9: in workspace
/home/nvidia/.cache/bazel/_bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/org_tensorflow/third_party/llvm/workspace.bzl:10:20: in repo
/home/nvidia/.cache/bazel/_bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/org_tensorflow/third_party/repo.bzl:126:21: in tf_http_archive
Repository rule _tf_http_archive defined at:
/home/nvidia/.cache/bazel/_bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/org_tensorflow/third_party/repo.bzl:79:35: in
WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
WARNING: Download from https://github.com/llvm/llvm-project/archive/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz failed: class java.io.IOException java.net.SocketTimeoutException: Read timed out
ERROR: An error occurred during the fetch of repository 'llvm-raw':
Traceback (most recent call last):
File "/home/nvidia/.cache/bazel/_bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/org_tensorflow/third_party/repo.bzl", line 66, column 33, in _tf_http_archive_impl
ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz, https://github.com/llvm/llvm-project/archive/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz] to /home/nvidia/.cache/bazel/_bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/llvm-raw/temp516418493284341372/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz: java.net.SocketTimeoutException: Read timed out
ERROR: no such package '@llvm-raw//utils/bazel': java.io.IOException: Error downloading [https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz, https://github.com/llvm/llvm-project/archive/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz] to /home/nvidia/.cache/bazel/bazel_nvidia/ff4425722229fc486cc849b5677abe3f/external/llvm-raw/temp516418493284341372/a87782c34d667d1c1a18fe82a9a7abfc72fd345b.tar.gz: java.net.SocketTimeoutException: Read timed out
INFO: Elapsed time: 106.874s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
It seems the there are something undownloadable when compiling. When I clicked into the target link, I also find that there is a 404 error. Do you know how to fix it?