I am moving from Linux to Windows, and try to use Cython with Python3.6. I tried every tutorial in the internet from installing MingW32
and compile to install Visual C++ Compiler
. Always face error such as unable to find vcvarsall.bat cython
and FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2).
and also error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
.
Can you please walk me through each step of compiling and running Cython in Windows, The right way and right tools!?