Jetson AGX Xavier Pytorch Wheel files for latest Python 3.8/3.9 versions with CUDA 10.2 support

The error indicates that PyTorch wheel was built with support for Nano/TX1 GPU (sm_53) but not the Xavier GPU (sm_72), so it would need rebuilt to include support for sm_72.

You can find the instructions for building PyTorch wheels in the first post in this thread (this is tested against Python 3.6)

Since you are using AGX Xavier, that is the fastest Jetson to build these wheels on. FYI here is another topic about building PyTorch for Python 3.8: