6 hours ago, I started looking for a solution to compile c-extensions for python 2.7 on Windows 7.
I tried all possible solutions, for example, to take an older version of MINGW or try it using tdm-mingw version (4.4.) Also I tried to change
"- Wall -mno-cygwin"
from cygwinccompiler and created a new distutils.cfg file with a new assembly
but I still get "at least" this error:
"error: 'gcc' command failed with exit status 1"
Is there anyone who can compile something like "pip install lxml" under windows?
If yes ... please share your wisdom ...;) What version of MINGW are you using ... what is your version of python or what does your modified cygwinccompiler.py look like?
source
share