Before, I was able to install (using pip) any module in my Python installation on Windows 7. But, some days ago something has happened/changed because when I try to install anything using pip, the following error shows up:
Error: Unable to find vcvarsall.bat
I am trying to find the root cause of the error. Some days ago I installed Flask and Numpy/Matplotlib (exe installations) and I don't know if they can cause this issue on windows, i.e remove that bat file or change some PATH.
I have searched the web and stackoverflow about the error, and they say you have to install mingw32 or VS express 2008. But this is not really a solution, since a week ago everything was fine on my Python without having installed any of those. Do you have other solutions, so I can still use PIP?
Regards