Jetson Xavier NX has an error when installing torchvision

Hi,

Which JetPack version do you use?
If you follow our tutorial here, it’s recommended to use JetPack4.4 GA + PyTorch v1.6.0 + torchvision v0.7.0-rc2.

We have confirmed the above combination works without errors with python3.
Would you mind to give it a try?

$ cd torchvision
$ sudo python3 setup.py install

Another possible issue is from storage.
Since NX has limited storage, it’s possible to run out of space.

Could you check the storage status of XavierNX first?

$ df -h

Thanks.