I tried all the methods that I can find online and I even dove into the python code it didn't help.
I am using windows 7 64 bit version. I have installed Microsoft VS 2008 and 2012 both. The Python I installed is 3.5
When I run pip install numpy, I am getting error:
Unable to find vcvarsall.bat
The version return by the code in msvc9compiler.py
shows my VS version is 14.0 and I dive into all kinds of windows registry to add a couple of entries(VC and ProdctDir to point to the VS 2008 VC folder). It didn't help. I can run vcvarsall.bat
from the command line and it runs fine with following result.
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
I though it works fine.
Is there anything else I can try? I have spent two days on this.