When I was using Python 3.4 I used MinGW to compile modules. Unfortunately in 3.5 MinGW support no longer works. I've installed the correct Visual C++ stuff, but pip
still tries to use the MinGW compiler and fails.
How do I tell it to use the correct compiler?
Try following:
PYTHONPATH\Lib\distutils
dir create (or edit) file distutils.cfg
with following lines:[build]
compiler=msvc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With