Conversation
Readthedocs now uses pip 25.3 by default which requires PEP 517. src/pybind/* does not provide pyproject.toml files for PEP 517. For an immediate workaround to allow RTD builds to succeed, pin pip version to earlier than 25.3. Details for pybind in https://tracker.ceph.com/issues/73645 Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
1df74af to
a65c46c
Compare
|
Changed the commit & PR title to start with With this PR Readthedocs build now downgrades pip from the default 25.3 to 25.2 before the |
phlogistonjohn
left a comment
There was a problem hiding this comment.
looks ok for a workaround.
Do you have any thoughts on a longer term approach?
pip 25.3 seems to indicate that it wants the PEP 517 |
|
Fair enough, thanks. |
To be clear: I have not looked into adding those files because I do not know if that's a good direction or there could be some other long-term solution. If PEP 517 compatibility is judged to be a good long-term solution and nobody else is familiar with the syntax of these files then I can look into how to do it. |
Readthedocs now uses pip 25.3 by default which requires PEP 517.
src/pybind/*does not providepyproject.tomlfiles for PEP 517.For an immediate workaround to allow RTD builds to succeed, pin pip version to earlier than 25.3.
Details for pybind in https://tracker.ceph.com/issues/73645
Example error from RTD build in https://app.readthedocs.org/projects/ceph/builds/30075240/ using the default pip 25.3:
...
A warning from any build that used to succeed with pip 25.2 that was the default on RTD until today:
Contribution Guidelines
To sign and title your commits, please refer to Submitting Patches to Ceph.
If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an
xbetween the brackets:[x]. Spaces and capitalization matter when checking off items this way.Checklist
Show available Jenkins commands
jenkins test classic perfJenkins Job | Jenkins Job Definitionjenkins test crimson perfJenkins Job | Jenkins Job Definitionjenkins test signedJenkins Job | Jenkins Job Definitionjenkins test make checkJenkins Job | Jenkins Job Definitionjenkins test make check arm64Jenkins Job | Jenkins Job Definitionjenkins test submodulesJenkins Job | Jenkins Job Definitionjenkins test dashboardJenkins Job | Jenkins Job Definitionjenkins test dashboard cephadmJenkins Job | Jenkins Job Definitionjenkins test apiJenkins Job | Jenkins Job Definitionjenkins test docsReadTheDocs | Github Workflow Definitionjenkins test ceph-volume allJenkins Jobs | Jenkins Jobs Definitionjenkins test windowsJenkins Job | Jenkins Job Definitionjenkins test rook e2eJenkins Job | Jenkins Job DefinitionYou must only issue one Jenkins command per-comment. Jenkins does not understand
comments with more than one command.