Bug 2022850

Summary: Subscription Manager is broken in F35: AttributeError: module 'collections' has no attribute 'MutableMapping'
Product: [Fedora] Fedora Reporter: Daniel Riek <riek>
Component: subscription-managerAssignee: Chris Snyder <csnyder>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 35CC: alikins, awood, bkearney, csnyder, redakkan, wpoteat
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-23 14:33:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Riek 2021-11-12 18:15:20 UTC
Subscription manager in F35 fails with "AttributeError: module 'collections' has no attribute 'MutableMapping'"

This appears to be an instance of the common issue with Python 3.10 in F35:

The deprecated aliases to Collections Abstract Base Classes were removed from the collections module.
https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-0-alpha-5
https://bugs.python.org/issue37324

Comment 1 Rehana 2021-11-23 14:33:13 UTC

*** This bug has been marked as a duplicate of bug 1995465 ***