mseth10 commented on issue #18759:
URL: 
https://github.com/apache/incubator-mxnet/issues/18759#issuecomment-661471097


   Jetson Nano might need a higher swap memory (>20GB) and a very long time. I 
built it on Jetson Xavier AGX and it still took a few hours.
   
   Do you mean the following code (from the tutorial) segfaults? Which Jetpack 
version is installed on your device? It should work for Jetpack 4.4
   ```
   sudo apt-get update
   sudo apt-get install -y git build-essential libopenblas-dev libopencv-dev 
python3-pip
   sudo pip3 install -U pip
   
   wget 
https://mxnet-public.s3.us-east-2.amazonaws.com/install/jetson/1.6.0/mxnet_cu102-1.6.0-py2.py3-none-linux_aarch64.whl
   sudo pip3 install mxnet_cu102-1.6.0-py2.py3-none-linux_aarch64.whl
   
   >>> python3 -c 'import mxnet'
   ```


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


Reply via email to