Can't uninstall Python on Windows (3.4.2)

血红的双手。 提交于 2020-01-04 02:33:17

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/32820673/cant-uninstall-python-on-windows-3-4-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!