-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
kind: backwards incompatibleWould be backward incompatibleWould be backward incompatiblestate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality
Description
Currently pip has --install-option
and --global-option
to make it possible to pass flags to the setup.py
invocation. However these currently get ignored completely when installing from Wheel. This previously wasn't a big deal because commonly these options are only used for compiled packages and those often don't have Wheels on the platforms you might need these options on. However now in pip 7.0 via #2618 we now attempt to automatically build wheels for all projects. This means that, assuming we can build a wheel, these options are just completely ignored.
So what do we do with these options? Do we make their use imply --no-use-wheel
? Do we attempt to convert them? Get rid of them?
OrangeTux, zorbanaut, rodtreweek, nathanielatom, e0en and 1 more
Metadata
Metadata
Assignees
Labels
kind: backwards incompatibleWould be backward incompatibleWould be backward incompatiblestate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality