(fastbev) lin@lin-pc:~/Downloads$ pip install torch-1.11.0-cp38-cp38-linux_aarch64.whl
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/
ERROR: torch-1.11.0-cp38-cp38-linux_aarch64.whl is not a supported wheel on this platform.
hello dear friend,i have same trouble,ERROR: torch-1.11.0-cp38-cp38-linux_aarch64.whl is not a supported wheel on this platform.
But i have no more time,i could not chose l4t-pytorch. I try you gave the url https://docs.nvidia.com/deeplearning/frameworks/install-pytorch-jetson-platform/index.html , and answer is no.
i have a different thing my openvv :xxx with CUDA : YES . i delete opencv of jetpcak, then compiled and installed opencv using cmake. so its YES.
before i do this, i can do it by pip install torch-1.11.0-xxxx. i have twice reinstall system and no three. what should i do. save me!!! thank you dear friend!!!
The first time is i install torch and torchvision, they are correct version. my jetpack is 5.0.1, but i delete cuda 11.4 and install 11.6 .so i run yolov5 , error is torch is cuda 11.4 and torchvision is 11.6. so i try again and again. i got same answer. i must reinstall system.
Now i cant install torch!!! what hell!!!
you must konw what should i do,so tell me,friend.
JetPack 5.0.1 was a Developer Preview release, so if you have to re-flash again, I would recommend doing it with the latest JetPack (5.1.1) and install/verify PyTorch before attempting to upgrade CUDA.
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?
I think this happened because you upgraded to CUDA 11.6 prior to compiling torchvision. Try re-linking /usr/local/cuda-11.4 to /usr/local/cuda and recompiling/reinstalling torchvision.