JustinhoCHN commented on issue #17923: can not install mxnet on jetson nano, 
jetpack 4.3, mxnet 1.4
URL: 
https://github.com/apache/incubator-mxnet/issues/17923#issuecomment-606444051
 
 
   Guys, I solve that problem, from nvidia jetson forums advice:
   
   1. Download the mxnet-1.6 whl for jetson: 
[link](https://drive.google.com/file/d/1acFgoFaw9arP1I6VZFR3Jjsm6TNkpR0v/view?usp=drive_open)
   
   2. 
   ```
   sudo pip3 install numpy==1.16
   sudo pip3 install mxnet-1.6.0-py3-none-any.whl
   ```
   
   3. switch to sudo account! that’s import for me:
   ```
   sudo su
   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/mxnet
   ```
   ```
   root@jetbot:/home/jetbot# python3
   Python 3.6.9 (default, Nov  7 2019, 10:44:02) 
   [GCC 8.3.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet as mx
   >>> mx.__version__
   '1.6.0'
   ```
   
   If I use python3 under jetbot account, will thorw segmentation fault error, 
seems I forgot change to sudo.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to