Closed
Description
On Windows while installing from source code several packages (psycopg2, PIL, ...) emit an error:
error: Unable to find vcvarsall.bat
The issue is being fixed by installing MinGW and using mingw32 compiler like this:
setup.py install build --compiler=mingw32
As far as I see, it would be very good for PIP to have "--build-option" like "--install-option", so that one could use PIP with mingw32 compiler:
pip install --build-option="--compiler=mingw32" psycopg2
- Bitbucket: https://bitbucket.org/ianb/pip/issue/191
- Originally Reported By: Anonymous
- Originally Created At: 2010-11-23 03:20:59