Bug ID | 1200433 |
---|---|
Summary | upstream bug in pyhton-typing_extensions |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.4 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | screening-team-bugs@suse.de |
Reporter | Fred.Richards@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
There's a known bug in python typing_extensions release 3.10.0 as seen here -- https://github.com/ansible/ansible/issues/77857#issuecomment-1132066506 This affects things like ansible, as it sends python code to remote machines then executes it on those machines. to see this in action, create an ansible group "leap154" and run this command ... ansible leap154 -m setup ... this just gathers facts about the remote machines. It fails with the following error against Leap 15.4 -- An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: module 'typing_extensions' has no attribute 'OrderedDictTypedDict' ... same error as the github comment above.