I installed 3.8.7, the dependencies didn't match up with the project I was trying so I uninstalled 3.8.7 and wanted to try 3.8.0. I get this error every time.
Things I've tried:
\SOFTWARE\Python\PythonCore3.8
(it was only there for HKEY_CURRENT_USER
and wasn't there for HKEY_LOCAL_MACHINE
)Every time I run a Python uninstallation it recreates the registry keys and the folders, but in the OS drive where none of my installations are. I can't direct the uninstallation program to uninstall from another path.
I'm thinking it's a combination of choosing my own installation paths (which is almost always never worth the trouble it causes) and the fact that my Python paths are not on my OS drive.
User contributions licensed under CC BY-SA 3.0