error: Unable to find vcvarsall.bat Python


Here is a quickfix how to solve error: Unable to find vcvarsall.bat in Python Windows 8.
First, please download Visual Studio 8

Then go to Global Enviroment Variable and add new variable :
VS90COMNTOOLS (key) and VS110COMNTOOLS (value)

Or running this on command prompt :

1
SET VS90COMNTOOLS=%VS110COMNTOOLS%

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.