When I used Python 3.4, I used MinGW to compile modules. Unfortunately, support for 3.5 MinGW no longer works. I installed the correct Visual C ++ stuff, but pip is still trying to use the MinGW compiler and is not working.
How do I say to use the correct compiler?
source share