Torch-1.11.0-cp38-cp38-linux_aarch64.whl is not a supported wheel on this platform

Thank u, i have installed all the required environments.But when i run the yolov5-5.0 detect.py, there’s a problem:(RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA versions. PyTorch has CUDA Version=11.4 and torchvision has CUDA Version11.6. Please reinstall the torchvision that matches your PyTorch install.)

My jetpack version is 5.0.2 GA,platform is Ubuntu20.04 focal,cuda=11.4.239,cuDNN=8.4.1.50,python=3.8.10,pytorch=1.11.0,torchvision=0.12.0,and I installed them following the official tutorial(PyTorch for Jetson).
How can I solve this problem?