Problems intalling Pytorch

I can’t install Pytorch.

This error pops up: ERROR: torch-1.8.0-cp36-cp36m-linux_aarch64.whl is not a supported wheel on this platform.

How can I fix it?

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.

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.