-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
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
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior