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 Xavier board

See original GitHub issue

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • Linux Ubuntu 18.04 ( Linux for tegra )
  • Ray installed from (source or binary):
  • source
  • Ray version:
  • 0.6.1 (master)
  • Python version:
  • 3.6.6
  • Cython version : 0.29.0
  • Exact command to reproduce: pip3 install -e . --verbose

Describe the problem

I’m trying to install ray in the NVIDIA Jetson Xavier board.

Xavier board has Arm cpu so I’m trying to install from source.

However, Following errror message occurs :

    [ 33%] Built target _csv_pyx
    make[4]: *** write jobserver: Bad file descriptor.  Stop.
    make[4]: *** Waiting for unfinished jobs....
    [ 33%] Built target _plasma_pyx
    make[4]: *** write jobserver: Bad file descriptor.  Stop.
    Makefile:83: recipe for target 'all' failed
    make[3]: *** [all] Error 2
    error: command 'cmake' failed with exit status 2
    CMakeFiles/pyarrow_ext.dir/build.make:106: recipe for target 'external/pyarrow/src/pyarrow_ext-stamp/pyarrow_ext-configure' failed
    make[2]: *** [external/pyarrow/src/pyarrow_ext-stamp/pyarrow_ext-configure] Error 1
    CMakeFiles/Makefile2:335: recipe for target 'CMakeFiles/pyarrow_ext.dir/all' failed
    make[1]: *** [CMakeFiles/pyarrow_ext.dir/all] Error 2
    make[1]: *** Waiting for unfinished jobs....

Is anyone know about this issue? Any help will be much appreciated.

Source code / logs

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pcmoritzcommented, Jan 14, 2019

Hey,

it should link with the version of boost that is downloaded by the ray build system. Can you provide the full output of the build script?

– Philipp.

1reaction
pcmoritzcommented, Jan 14, 2019

Upgrading your cmake might also help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when Jetson AGX XAVIER install
I want to setup JETSON XAVIER.But bellow error was occur. Is there any solution? HOST PC:ubuntu18.04 JetPack4.3. TERMINAL
Read more >
Error while installing PyCUDA - NVIDIA Developer Forums
I have recently set up my xavier board. I am getting following error while installing pycuda. How can I resolve this issue?
Read more >
Apt-get upgrade fails in Xavier-Nx - NVIDIA Developer Forums
Starting xusb firmware post-install procedure. ERROR. Procedure for xusb firmware update FAILED. Cannot install package.
Read more >
FLASHING FAILED - Xavier - JetsPack 4.4 DP - SDKManager
Hello, I just spent a day trying to flash the XAVIER to put the 4.4 but at the same time doing a factory...
Read more >
Unable to flash Jetson AGX Xavier - NVIDIA Developer Forums
After selecting “Continue to step 03” to begin flashing the Jetson, the “INSTALLATION FAILED” and the output from the terminal is: 16:03:56 INFO ......
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