Jetson Nano 2GB | Core Dumped Error While Installing PyTorch on JetPack 4.6.2

Hello everyone,
I’m using the Jetson Nano 2GB Developer Kit, and I’ve recently flashed the SD card with the **latest image available on the JetPack 4.6.2 download page.
I’m trying to install PyTorch (version 1.10 and also tried 1.9 and 1.8) for JetPack 4, but I keep getting a “core dumped” error during execution. I tried multiple compatible versions of PyTorch but the same issue keeps happening.

Here’s what I’ve done so far:

  • Flashed a fresh SD card with JetPack 4.6.2
  • Followed the official NVIDIA forums/wiki sources to install the correct PyTorch version for JetPack 4
  • Tried


.whl files

  • Still getting the core dumped error

Unfortunately, I’m not sure how to resolve this. Could anyone please help or point me toward a known working combination of:

  • JetPack version
  • Python version
  • PyTorch version

Or guide me on how to fix this issue?

Thanks in advance for your support! 🙏

Hi,

How do you install pytorch?
Please provide the commands for us to review.

Thanks

Hi I am using the guide that is mentioned on website: PyTorch for Jetson

I am also mentioning here in message as well.
wget https://nvidia.box.com/shared/static/p57jwntv436lfrd78inwl7iml6p13fzh.whl -O torch-1.8.0-cp36-cp36m-linux_aarch64.whl
sudo apt-get install python3-pip libopenblas-base libopenmpi-dev libomp-dev
pip3 install ‘Cython<3’
pip3 install numpy torch-1.8.0-cp36-cp36m-linux_aarch64.whl

Thanks for support.

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks
~0730

Sorry for the late response.
Is this still an issue to support? Any result can be shared?