标签:
if you have install microsoft visual studio 2013, just create a the 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.
python pip install tables couldn't find microsoft vc++ 9.0 (vcvarsall.bat)
标签:
原文地址:http://www.cnblogs.com/BugQiang/p/4707061.html