~~~~~~~~~~~my problem is here~~~~~~~~~~~~~~~~~~~~~~
Error:microsoft Visual C + + 10.0 is required (unable to find Vcvarsall.bat)
% vs110comntools% Part of Python's code in Setup has the problem: C++compiler is not found Vcvarsall.bat
Do not fully believe the answer given in the artifact StackOverflow of the so-called bug release
Http://stackoverflow.com/questions/28251314/error-microsoft-visual-c-10-0-is-required-unable-to-find-vcvarsall-bat
python3.4.3
To install Brainstorm
C + + installation environment: Visual Studio 2012
See the environment variables:%vs110comntools%
So mechanically thought: set vs100comntools = %vs110comntools% and then setup the Everything,
In fact, the most pit is the %vs110comntools% path there is no so-called vcvarsall.bat so even if set up is not found
~~~~~~~~~~~~my solution is here~~~~~~~~~~~~~~~
1. Install the Python2.7, in order to repeat the installation of various packages, the direct installation of winpython-64bit-2.7.10.3,: http://winpython.sourceforge.net/
2. Install Microsoft Visual C + + Compiler for Python 2.7,:https://www.microsoft.com/en-us/download/ confirmation.aspx?id=44266
3. Installation Brainstorm Successful
Again, Microsoft Visual C + + 10.0 is required (unable to find Vcvarsall.bat)