ERROR: Could not find a version that satisfies the requirement torchvision==0.20 (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3, 0.11.3, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.17.1, 0.17.2, 0.18.0, 0.18.1, 0.19.0, 0.19.1)
ERROR: No matching distribution found for torchvision==0.20
Hi,
I installed Pytorch and Torch Vision as you said in Jetpack 6.1, but the cuDNN version doesn’t seem to be compatible, what should I do?
RuntimeError: cuDNN version incompatibility: PyTorch was compiled against (9, 4, 0) but found runtime version (9, 3, 0). PyTorch already comes bundled with cuDNN. One option to resolving this error is to ensure PyTorch can find the bundled cuDNN. Looks like your LD_LIBRARY_PATH contains incompatible version of cudnn. Please either remove it from the path or install cudnn (9, 4, 0)
Thank you, the system details match yours, actually I think the model training works well when I do it again.
But sometimes, when you do torch.backends.cudn.version(), you get the runtimer error as above.
Hi,
is there Torch wheels for JetPack 6.1, CUDA 12.6, and support Python 3.12?
I’m using Anaconda Python 3.12 environment but cannot find suitable Torch wheels. Build from source the only way?
Thanks