I can't uninstall Anaconda3 from my system.
I have spent a lot of hours searching for a solution to this and have tried everything I can find and was able to understand.
I have Anaconda3 2023.09-0 installed on Windows 11
Anaconda in Control Pannel > Programs and Features
I have gone through a similar post but that only talks about the options I have tried.
I have tried the following:
- Uninstall from Control Pannel > Programs and Features
- Uninstall from Settings > Apps > Installed Apps
- Right Click on "C:\Users\username\anaconda3\Uninstall-Anaconda3.exe" > Run as Administrator
In all the cases I encounter the same error:
Failed to run pre_uninstall
Even though the image shows Uninstallation complete, the list in Programs and Features till has Anaconda3 and I am still able to run python.
I have also tried the: > anaconda-clean --yes
which seems to go well but trying to uninstall still gives the same error.
I am basically a software noob so I apologise in advance and appreciate all the help and feedback you can offer.