Bugzilla – Bug 1213560
update failed
Last modified: 2023-08-07 06:15:46 UTC
<html>Dependency resolution failed:<br/><br/>the to be installed python310-nbformat-5.9.0-2.1.noarch requires '(python310-jsonschema > 2.6 with python310-jsonschema < 4.18)', but this requirement cannot be provided the to be installed python310-jsonschema-format-nongpl-4.18.3-1.1.noarch requires 'python310-jsonschema = 4.18.3', but this requirement cannot be provided the to be installed python311-nbformat-5.9.0-2.1.noarch requires '(python311-jsonschema > 2.6 with python311-jsonschema < 4.18)', but this requirement cannot be provided the to be installed python311-jsonschema-format-nongpl-4.18.3-1.1.noarch requires 'python311-jsonschema = 4.18.3', but this requirement cannot be provided</html>
I think we need a little more information here. what were you trying to install? I can see that something wants jsonschema < 4.18 as well as jsonschema = 4.18, which is where everything is falling down.
Thanks for the email, but this isn't quite enough information to diagnose what is happening -- especially with Tumbleweed -- can you capture the output of "rpm -qa" (without the quotes) to a file, and attach that to this bug?
Created attachment 868495 [details] output of rpm -qa
Thanks for that, it was super helpful. The problem is what I thought it was, and based on my own Tumbleweed development system, it should be okay now -- nbformat and the Jupyter Notebook things you have installed wanted your system to have jsonschema < 4.18 and jsonschema 4.18 was already pulled in. Jupyter now supports 4.18, so you should be clear to upgrade.
Thanks very much, Steve. Your help is much appreciated
Happy to help! Can I close this bug?
yes, please Steve. All working fine again now. I looked for a way to close the bug report myself, but couldn't see one. Thanks again Robin
Lovely, I was delighted to help.