-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
PEP implementationInvolves some PEPInvolves some PEPstate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality

Description
Apparently not, it seems to call
pip install --ignore-installed ...
.
Because the build itself is not be isolated from the environment in
other respects, I'm not sure if this is actually sensible behavior by pip...
If the target computer already has a satisfactory version of numpy, then the build system should use that version. Only if the version is not already installed should pip use an isolated environment.
Related: scipy/scipy#7309
Metadata
Metadata
Assignees
Labels
PEP implementationInvolves some PEPInvolves some PEPstate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality