1👍
You can use mingw, the “Minimalist GNU for Windows”, by (1) installing mingw and then (2) adding it to your PATH. Then, from the command line and from within the directory where setup.py
is located, you can do this:
setup.py install build --compiler=mingw32
Source:stackexchange.com