“error: Unable to find vcvarsall.bat” when compiling Cython code
问题 As suggested here, I have succesfully installed Microsoft Visual C++ Compiler for Python 2.7 to compile some Cython code, but: from distutils.core import setup from Cython.Build import cythonize setup(ext_modules = cythonize("module1.pyx")) still produces: error: Unable to find vcvarsall.bat How to compile Cython code with Python 2.7 (for example on Windows 7 x64)? Note: I already carefully read the question error: Unable to find vcvarsall.bat but the main answers (including modifying