Bug 1213560 - update failed
Summary: update failed
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Python (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Steve Kowalik
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-22 01:08 UTC by Robin Bradbear
Modified: 2023-08-07 06:15 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
output of rpm -qa (35.37 KB, text/plain)
2023-07-28 23:00 UTC, Robin Bradbear
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Bradbear 2023-07-22 01:08:59 UTC
<html>Dependency resolution failed:<br/><br/>the to be installed python310-nbformat-5.9.0-2.1.noarch requires &apos;(python310-jsonschema &gt; 2.6 with python310-jsonschema &lt; 4.18)&apos;, but this requirement cannot be provided
the to be installed python310-jsonschema-format-nongpl-4.18.3-1.1.noarch requires &apos;python310-jsonschema = 4.18.3&apos;, but this requirement cannot be provided
the to be installed python311-nbformat-5.9.0-2.1.noarch requires &apos;(python311-jsonschema &gt; 2.6 with python311-jsonschema &lt; 4.18)&apos;, but this requirement cannot be provided
the to be installed python311-jsonschema-format-nongpl-4.18.3-1.1.noarch requires &apos;python311-jsonschema = 4.18.3&apos;, but this requirement cannot be provided</html>
Comment 1 Steve Kowalik 2023-07-24 06:35:54 UTC
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.
Comment 2 Steve Kowalik 2023-07-28 05:34:28 UTC
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?
Comment 3 Robin Bradbear 2023-07-28 23:00:07 UTC
Created attachment 868495 [details]
output of rpm -qa
Comment 4 Steve Kowalik 2023-08-02 01:19:06 UTC
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.
Comment 5 Robin Bradbear 2023-08-03 12:25:52 UTC
Thanks very much, Steve.
Your help is much appreciated
Comment 6 Steve Kowalik 2023-08-04 04:54:18 UTC
Happy to help! Can I close this bug?
Comment 7 Robin Bradbear 2023-08-06 04:18:45 UTC
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
Comment 8 Steve Kowalik 2023-08-07 06:15:46 UTC
Lovely, I was delighted to help.