Jetpack 6.0 and Cuda

Hi all !
I’ve installed the latest Jetpack (6.0) , installed PyTorch - either by using the site, using the instructions from here, the forum, and even from NVIDIA documentation - updated for jetpack 6, and still, I always get the same error:

Traceback (most recent call last):
  File "/home/feiticeir0/birdClassificationModel/lib/python3.10/site-packages/torch/__init__.py", line 176, in _load_global_deps
    ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
  File "/usr/lib/python3.10/ctypes/__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libcudart.so.12: cannot open shared object file: No such file or directory

What am I missing ?
Thank you