I think there was an update yesterday on jp6/cu126 index and something is broken with torch.
Simple repro case:
conda create -n test-wheel python=3.13
conda activate test-wheel
pip install https://pypi.jetson-ai-lab.dev/jp6/cu126/+f/6cc/6ecfe8a5994fd/torch-2.6.0-cp310-cp310-linux_aarch64.whl\#sha256\=6cc6ecfe8a5994fd6d58fb6d6eb73ff2437428bb4953f3ebaa409f83a5f4db99
ERROR: torch-2.6.0-cp310-cp310-linux_aarch64.whl is not a supported wheel on this platform.
worked on monday (march 31).
It’s worth noting that even the old wheel with torch torch-2.5.0 throw that same error today