tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.85k stars 805 forks source link

ERROR: An error occurred during the fetch of repository 'tflm_pip_deps_tensorflow': #2526

Closed ctwillson closed 5 months ago

ctwillson commented 6 months ago

bazel build tensorflow/lite/micro/examples/hello_world:evaluate_test failed:

INFO: Repository tflm_pip_deps_tensorflow instantiated at:
  /home/bsp/tflite-micro/WORKSPACE:55:13: in <toplevel>
  /home/bsp/.cache/bazel/_bazel_bsp/3af90413583204447fe7eb7c72beb4a7/external/tflm_pip_deps/requirements.bzl:49:20: in install_deps
Repository rule whl_library defined at:
  /home/bsp/.cache/bazel/_bazel_bsp/3af90413583204447fe7eb7c72beb4a7/external/rules_python/python/pip_install/pip_repository.bzl:715:30: in <toplevel>
ERROR: An error occurred during the fetch of repository 'tflm_pip_deps_tensorflow':
   Traceback (most recent call last):
    File "/home/bsp/.cache/bazel/_bazel_bsp/3af90413583204447fe7eb7c72beb4a7/external/rules_python/python/pip_install/pip_repository.bzl", line 691, column 13, in _whl_library_impl
        fail("whl_library %s failed: %s (%s) error code: '%s'" % (rctx.attr.name, result.stdout, result.stderr, result.return_code))
Error in fail: whl_library tflm_pip_deps_tensorflow failed:  (Timed out) error code: '256'
ERROR: /home/bsp/tflite-micro/WORKSPACE:55:13: fetching whl_library rule //external:tflm_pip_deps_tensorflow: Traceback (most recent call last):
    File "/home/bsp/.cache/bazel/_bazel_bsp/3af90413583204447fe7eb7c72beb4a7/external/rules_python/python/pip_install/pip_repository.bzl", line 691, column 13, in _whl_library_impl
        fail("whl_library %s failed: %s (%s) error code: '%s'" % (rctx.attr.name, result.stdout, result.stderr, result.return_code))
Error in fail: whl_library tflm_pip_deps_tensorflow failed:  (Timed out) error code: '256'
ERROR: no such package '@@tflm_pip_deps_tensorflow//': whl_library tflm_pip_deps_tensorflow failed:  (Timed out) error code: '256'
ERROR: /home/bsp/tflite-micro/tensorflow/lite/micro/examples/hello_world/BUILD:46:10: //tensorflow/lite/micro/examples/hello_world:evaluate depends on @@tflm_pip_deps_tensorflow//:pkg in repository @@tflm_pip_deps_tensorflow which failed to fetch. no such package '@@tflm_pip_deps_tensorflow//': whl_library tflm_pip_deps_tensorflow failed:  (Timed out) error code: '256'
ERROR: Analysis of target '//tensorflow/lite/micro/examples/hello_world:evaluate_test' failed; build aborted: Analysis failed
INFO: Elapsed time: 643.348s, Critical Path: 0.02s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully

My ENV:

github-actions[bot] commented 5 months ago

"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."

github-actions[bot] commented 5 months ago

"This issue is being closed because it has been marked as stale for 5 days with no further activity."