Nvidia-smi no devices found

Hi! I purged and reinstalled my nvidia drivers without a hitch with these commands.

sudo apt-get remove --purge nvidia-* -y
sudo apt autoremove
sudo ubuntu-drivers autoinstall
sudo reboot

but then running
nvidia-smi

gives me

No devices were found

Attached is nvidia bug report
nvidia-bug-report.log.gz (106.2 KB)

I also tried:

sudo insmod nvidia

and getinsmod: ERROR: could not load module nvidia: No such file or directory
ot sure it is related. Can anyone give any pointers as for what the issue is / what to do next? :)

Wrong driver. Please use Software & Updates to switch to the non “-open” driver version.
ubuntu-drivers autoinstall is bugged.

Thanks, I solved it like you said! Thanks! :)