When I run nvidia-smi
I get the following message:
Failed to initialize NVML: Driver/library version mismatch
An hour ago I receiv
For completeness, I ran into this issue as well. In my case it turned out that because I had set Clang as my default compiler (using update-alternatives
), nvidia-driver-440
failed to compile (check /var/crash/
) even though apt
didn't post any warnings. For me, the solution was to apt purge nvidia-*
, set cc
back to use gcc
, reboot, and reinstall nvidia-driver-440
.