user4464936
user4464936

Reputation: 153

Can't uninstall Python on Windows (3.4.2)

I accidentally downloaded Python 3.4.2 a while back but I actually needed Python 2.7, so I deleted the 3.4.2 files and downloaded 2.7 instead. Now I need Python 3, so I tried to download it but I noticed that in the control panel in the Uninstall Programs section it tells me that the 3.4.2 from back then is still on my PC.

Every time I try to uninstall/change/repair/download a newer version I can't and it tells me

A program required to complete the installation can not be found...

I can not find any remaining files connected to any sort of Python in my PC. My operating system is Windows 10. Does someone know how to solve this?

Upvotes: 3

Views: 8917

Answers (2)

BlueTrin
BlueTrin

Reputation: 10073

Did you try to reinstall the version you want to delete and then uninstall it afterwards ?

Upvotes: 1

Sdwdaw
Sdwdaw

Reputation: 1037

Try to clean Path in environment variables see here Just delete the old version path, looks like this: C:\Python27\;

Upvotes: 1

Related Questions