-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Do not use sage-pip-uninstall for PEP-517 packages, do not give up if sage-pip-uninstall fails #31423
Labels
Milestone
Comments
Author: Matthias Koeppe |
Commit: |
This comment has been minimized.
This comment has been minimized.
New commits:
|
This comment has been minimized.
This comment has been minimized.
mkoeppe
changed the title
Do not give up if sage-pip-uninstall fails
Do not use sage-pip-uninstall for PEP-517 packages, do not give up if sage-pip-uninstall fails
Mar 10, 2021
This comment has been minimized.
This comment has been minimized.
comment:8
Again seen in https://github.com/sagemath/sage/runs/2115956504 Let's get this in, please. |
Changed reviewer from https://github.com/mkoeppe/sage/actions/runs/606112478 to Dima Pasechnik |
comment:9
OK, https://github.com/mkoeppe/sage/actions/runs/606112478 looks OK |
comment:10
Thank you! |
Changed branch from u/mkoeppe/do_not_give_up_if_sage_pip_uninstall_fails to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sage-pip-uninstall
is invoked before installing a Python package to "force-uninstall" an existing installation. This (1) predates the use of the staging install (DESTDIR
), which we use for all Python packages; (2) depends on packages supportingsetup.py --name
.As a step toward retiring this mechanism, we
sage-pip-uninstall
for PEP-517 packages withoutsetup.py
sage-pip-uninstall
script fails.This is necessary for some upgrades attempted in #31280 and also works around a failure observed on
cygwin-standard
(likely becausesetup.py --name
printed extra output that the script cannot parse) -https://github.com/mkoeppe/sage/runs/1943937811CC: @embray @jhpalmieri @dimpase @kliem
Component: build
Author: Matthias Koeppe
Branch/Commit:
efe7523
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/31423
The text was updated successfully, but these errors were encountered: