-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Failures with --enable-system-site-packages
on various systems
#36536
Comments
I'm stumped by this one. Setuptools, pip, and all of the other build-fu are built as SPKGs. |
That was an internal method and was refactored in matplotlib/matplotlib#24577 Whatever package is trying to use it probably needs its lower bound increased, but it's not obvious from the CI logs which package that is. |
…rade `pip`, `wheel`, `packaging`, `platformdirs` <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> ... to fix `opensuse-15.5-gcc_11-python3.11-sitepackages` https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026350285 ``` [pillow-10.0.1] Usage: [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <requirement specifier> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] -r <requirements file> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <vcs project url> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <local project path> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <archive url/path> ... [pillow-10.0.1] [pillow-10.0.1] no such option: -C [pillow-10.0.1] Warning: building with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore- requires-python --find-links=/sage/local/var/lib/sage/venv- python3.11/var/lib/sage/wheels" failed. [pillow-10.0.1] Retrying with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore-requires-python --no- build-isolation --no-binary :all:". [pillow-10.0.1] ``` (first reported in sagemath#36536) Prompted by looking at changelogs of related packages, we update a few: - https://pip.pypa.io/en/stable/news/ <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36540 Reported by: Matthias Köppe Reviewer(s): Michael Orlitzky
--enable-site-packages
on various systems--enable-system-site-packages
on various systems
fedora 33 and 34 are not relevant here. their python stacks are way too old |
it's exactly the purpose of |
it'd become a very hard task to maintain such a setup, if we going to lower-bound versions of every last package we have. Time for modularisation, in particular everything jupyter (which is the largest pile of packages we have) ought to be something you can plug in seamlessly. It's really not Sage's task to maintain our own working jupyter setup, with all the needed versions etc. E.g. a project like scipy, which has funding, full-time people on payroll etc., and narrower in scope than Sage, doesn't try to do this. |
…rade `pip`, `wheel`, `packaging`, `platformdirs` <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> ... to fix `opensuse-15.5-gcc_11-python3.11-sitepackages` https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026350285 ``` [pillow-10.0.1] Usage: [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <requirement specifier> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] -r <requirements file> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <vcs project url> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <local project path> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <archive url/path> ... [pillow-10.0.1] [pillow-10.0.1] no such option: -C [pillow-10.0.1] Warning: building with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore- requires-python --find-links=/sage/local/var/lib/sage/venv- python3.11/var/lib/sage/wheels" failed. [pillow-10.0.1] Retrying with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore-requires-python --no- build-isolation --no-binary :all:". [pillow-10.0.1] ``` (first reported in sagemath#36536) Prompted by looking at changelogs of related packages, we update a few: - https://pip.pypa.io/en/stable/news/ <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36540 Reported by: Matthias Köppe Reviewer(s): Michael Orlitzky
…rade `pip`, `wheel`, `packaging`, `platformdirs` <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> ... to fix `opensuse-15.5-gcc_11-python3.11-sitepackages` https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026350285 ``` [pillow-10.0.1] Usage: [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <requirement specifier> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] -r <requirements file> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <vcs project url> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <local project path> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <archive url/path> ... [pillow-10.0.1] [pillow-10.0.1] no such option: -C [pillow-10.0.1] Warning: building with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore- requires-python --find-links=/sage/local/var/lib/sage/venv- python3.11/var/lib/sage/wheels" failed. [pillow-10.0.1] Retrying with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore-requires-python --no- build-isolation --no-binary :all:". [pillow-10.0.1] ``` (first reported in sagemath#36536) Prompted by looking at changelogs of related packages, we update a few: - https://pip.pypa.io/en/stable/news/ <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36540 Reported by: Matthias Köppe Reviewer(s): Michael Orlitzky
as found out today, Fedora 38 carries ipython 8.9, which does not have the sphinxext component. So we need a test for this component, not just a version check. Maybe the corresponding autoconf macro should take an extra parameter for such a case. The macro probably ought to be refactored so that a testing venv is created only once, to speed it up. |
debian-bookworm
https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026345582#step:10:3976likewise
debian-trixie
,debian-sid
fedora-33
https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026347408#step:10:5780(likewise for many other packages, and for
fedora-34
)fedora-37
https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026348122#step:10:6023opensuse-15.5-gcc_11-python3.11
https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026350285(this is now #36540)
@orlitzky @dimpase
The text was updated successfully, but these errors were encountered: