Reproduction Stages
I am trying to create a version of Pandas development on a machine running Windows 7 with Python 2.7.6. I followed the following steps ( http://pandas.pydata.org/pandas-docs/dev/install.html ).
I made sure pydistutils.cfg is in the right place (C: \ Python27 \ Lib \ distutils) and has the following code:
[build] compiler=mingw32
Error
How can I fix this so that it is built? Thanks!
Just in case, someone made the same mistake as I did, I realized that I was using 64-bit Windows 7 with 32-bit MinGW compiler. There's a MinGW compiler 64 bits here that fixed this problem.