Problems intalling Pytorch

Hi,

Do you run the following command from this comment?

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 
pip3 install Cython
pip3 install numpy torch-1.8.0-cp36-cp36m-linux_aarch64.whl

If not, could you give it a try?
Or you can download the l4t-pytorch and l4t-ml containers from NGC as an alternative.

Thanks.