Hi, I wanted to profile my code using NVIDIA Nsight Systems but I get error:
error while loading shared libraries: libopencv_core.so.405: cannot open shared object file: No such file or directory
I read that this is a problem with PyTorch and CUDA versions.
In my project I use torch in version 1.11.0+cu113, torchvision in version 0.12.0+cu113, pytorch-lightning in version 1.5.10 and CUDA " release 10.1, V10.1.243".
I tried to find a compatible version of Nsight Systems, but every version starting from 2019.3.7 and ending with 2023.1.2 was throwing the same error.