Hello everyone, I’m trying to install Jetson PyTorch 2.3.0 from the official website (PyTorch for Jetson ) for JetPack 6.2.1. But when installing via pip with the created environment, but the terminal gives the following error:
pip3 install torch-2.3.0-cp310-cp310-linux_aarch64
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement torch-2.3.0-cp310-cp310-linux_aarch64 (from versions: none)
ERROR: No matching distribution found for torch-2.3.0-cp310-cp310-linux_aarch64
Tell me how to solve the problem.