microsoft / VisualStudioUninstaller

Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts.
www.visualstudio.com
Other
3.92k stars 576 forks source link

I couldn't use python pip any wheel after I run the VisualStudioUninstaller #72

Open SnailZSJ opened 7 years ago

SnailZSJ commented 7 years ago

Please forgive my chinglish, the VisualStudioUninstaller worked well on my PC to uninstall VS2015 , And I had installed VS2017 successfully. But I found that the pip of python on my PC don't work anymore. Does anybody have the same problem? How do I fix it? Please help me, thanks!

heaths commented 7 years ago

The uninstaller ignores ref-counting and will uninstall all products VS installed. That's is entire reason for being: to uninstall everything if people are having problems work uninstalling VS. You'll need to reinstall Python afterward.

SnailZSJ commented 7 years ago

@heaths Thanks for your advice. However reinstall Python didn't work. Whenever I use pip ,it tells me "TypeError: 'frozenset' object is not callable". Maybe I should reinstall windows , so sad !