Fails to install from source in NVIDIA Jetson Xavier board
See original GitHub issueSystem 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:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Upgrading your cmake might also help.