question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fails to install from source in NVIDIA Jetson

See original GitHub issue

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04 / Jetpack 4.2.1
  • Ray installed from (source or binary): master or 0.7.3
  • Ray version:
  • Python version: 3.6
  • Exact command to reproduce:

sudo ./build.sh --python “/usr/bin/python3.6”

Describe the problem

Fail during the build

Source code / logs

ERROR: /media/goview/goview/devel/lib/ray/BUILD.bazel:124:1: in _generate_cc rule //:_node_manager_cc_grpc_grpc_codegen:
Traceback (most recent call last):
	File "/media/goview/goview/devel/lib/ray/BUILD.bazel", line 124
		_generate_cc(name = '_node_manager_cc_grpc_grpc_codegen')
	File "/home/goview/.cache/bazel/_bazel_root/0434614404a21bffca0a3d3eea6f535c/external/com_github_grpc_grpc/bazel/generate_cc.bzl", line 44, in generate_cc_impl
		[f for src in ctx.attr.srcs for f in src.proto.check_deps_sources]
type 'depset' is not iterable. Use the `to_list()` method to get a list. Use --incompatible_depset_is_not_iterable=false to temporarily disable this check.
DEBUG: Rule 'com_google_googletest' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1534270723 -0700"
DEBUG: Call stack for the definition of repository 'com_google_googletest' which is a git_repository (rule definition at /home/goview/.cache/bazel/_bazel_root/0434614404a21bffca0a3d3eea6f535c/external/bazel_tools/tools/build_defs/repo/git.bzl:181:18):
 - /media/goview/goview/devel/lib/ray/bazel/ray_deps_setup.bzl:48:5
 - /media/goview/goview/devel/lib/ray/WORKSPACE:5:1
ERROR: Analysis of target '//:ray_pkg' failed; build aborted: Analysis of target '//:_node_manager_cc_grpc_grpc_codegen' failed; build aborted

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
marsbars33commented, Sep 19, 2019

@blitzvb I managed to install it! Have you tried adding the following to the build config section in ray/.bazelrc? build --incompatible_depset_is_not_iterable=false

0reactions
stale[bot]commented, Nov 27, 2020

Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message.

Please feel free to reopen or open a new issue if you’d still like it to be addressed.

Again, you can always ask for help on our discussion forum or Ray’s public slack channel.

Thanks again for opening the issue!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Apt-upgrade on fresh JetsonNano install fails
Hi, I am struggling with the update of a fresh installation of Jetson Nano Downloaded and flashed the latest SD Card Image (sd-blob-b01.img) ......
Read more >
JETSON Nano Python3.7 - OpenCV4.1 Installation Fail
What I've done: Flash Jetson Jetpack4.6 image from NVIDIA website. Install Python3.7 and make it default Python3. $ sudo apt install python3 ...
Read more >
Building and Installing Kernel for Jetson Nano Failing ...
Hello, I am currently following the Developers Guide for setting up and install the e-con systems, e-CAM50_CUNX camera and I am running into ......
Read more >
pycuda installation failure on jetson nano
Hi, To run TRT_Object_Detection on jetson nano (https://github.com/AastaNV/TRT_object_detection), I need to install pycuda: $ sudo pip3 ...
Read more >
Jetson FFMPEG install fails on r32.7 - NVIDIA Developer Forums
Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found