Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pip's in-tree build feature #4294

Closed
wants to merge 2 commits into from

Conversation

jakirkham
Copy link
Member

This is future behavior of pip to not copy to a temporary directory first. As this will soon become default. Opt-in on older pip versions for consistency. Uses pip's doc's guidance for setting environment variables (linked below).

ref: https://pip.pypa.io/en/stable/topics/configuration/#environment-variables
xref: pypa/pip#7555

This is future behavior of `pip` to not copy to a temporary directory
first. As this will soon become default. Opt-in on older `pip` versions
for consistency. Uses `pip`'s doc's guidance for setting environment
variables (linked below).

ref: https://pip.pypa.io/en/stable/topics/configuration/#environment-variables
@anaconda-issue-bot anaconda-issue-bot added the cla-signed [bot] added once the contributor has signed the CLA label Oct 9, 2021
@jezdez
Copy link
Member

jezdez commented Oct 14, 2021

I'm not sure if this is related to pypa/pip#10577 fixing pypa/pip#10573?

@chenghlee chenghlee added this to the Release TBD milestone Oct 20, 2021
@jakirkham
Copy link
Member Author

Started the addition of a test here (copying + tweaking an existing one), but probably need more pointers on how best to integrate that and have it run

@jakirkham
Copy link
Member Author

The other option here is to maintain out-of-tree builds by setting PIP_USE_DEPRECATED="out-of-tree-build", but this will presumably go away at some point

@beeankha beeankha removed this from the Release TBD milestone Aug 25, 2023
Copy link

Hi there, thank you for your contribution!

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this pull request to remain open please:

  1. Rebase and verify the changes still work
  2. Leave a comment with the current status

NOTE: If this pull request was closed prematurely, please leave a comment.

Thanks!

@github-actions github-actions bot added the stale [bot] marked as stale due to inactivity label Aug 25, 2024
Copy link

Hi there, thank you for your contribution!

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this pull request to remain open please:

  1. Rebase and verify the changes still work
  2. Leave a comment with the current status

NOTE: If this pull request was closed prematurely, please leave a comment.

Thanks!

@github-actions github-actions bot added the stale::closed [bot] closed after being marked as stale label Sep 24, 2024
@github-actions github-actions bot closed this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA stale::closed [bot] closed after being marked as stale stale [bot] marked as stale due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants