python pip install tables couldn't find microsoft vc++ 9.0 (vcvarsall.bat)

if you have install microsoft visual studio 2013, just create a new enviroment variable named [VS90COMNTOOLS] and point it to %VS120COMNTOOLS%.

because python(2.7.8) use micorsoft visual vc++ 9.0 compiler (shipped with visual studio 2008) to compile 3rd modules what you want to setup.

posted @ 2015-08-06 09:15  小麦粉  阅读(664)  评论(0)    收藏  举报