I'm trying to compile simple python function with Cython.
I run the my setup.py
python setup.py build_ext --inplace
But getting the error
running build_ext;
building 'cythonfn' extension
error: Unable to find vcvarsall.bat
Below is my python configuration.
I have installed Microsoft Visual C++ 2012,2013 and 2015-2019 redistributables.
Any suggestion how to find vcvarsall.bat?