Hello.. I am on ubuntu noble 24.04 with python 3.12 on a desktop machine which has a working installation of CUDA13 and a couple of graphics cards. I can’t use pip to install torch without the ‘externally-managed-environment’ error….. and sudo python3-pytorch gives the ‘no installation candidate’ error. Am I doing something wrong? Or do I just have to wait until an installation candidate appears… or is there something else I can safely do in the meantime?
Install a virtual Python environment and the first error should be gone.
1 Like
All good and up and running. Thanks.
import torch
>>> torch.cuda.is_available()
True
![]()
1 Like