FS#78494 - [python-sphinx] Dependency problem with python-docutils
Attached to Project:
Community Packages
Opened by Skupin Skupin (stefan.skupin) - Friday, 12 May 2023, 07:50 GMT
Last edited by Daniel M. Capella (polyzen) - Friday, 12 May 2023, 22:41 GMT
Opened by Skupin Skupin (stefan.skupin) - Friday, 12 May 2023, 07:50 GMT
Last edited by Daniel M. Capella (polyzen) - Friday, 12 May 2023, 22:41 GMT
|
Details
For example, spyder can't start, giving this error :
pkg_resources.ContextualVersionConflict: (docutils 0.20 (/usr/lib/python3.11/site-packages), Requirement.parse('docutils<0.20,>=0.18.1'), {'sphinx'}) Downgrading python-docutils to 0.19-6 solves the problem. |
This task depends upon
Closed by Daniel M. Capella (polyzen)
Friday, 12 May 2023, 22:41 GMT
Reason for closing: Fixed
Additional comments about closing: 7.0.1-1
Friday, 12 May 2023, 22:41 GMT
Reason for closing: Fixed
Additional comments about closing: 7.0.1-1
Comment by loqs (loqs) - Friday, 12
May 2023, 11:10 GMT
Docutils 0.20 support has been added upstream by
https://github.com/sphinx-doc/sphinx/commit/db546189ce1d2a345f4399367ced6ecdd538be5d
no new release since that commit.