You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using ssm-diff for some time, but after upgrading to Debian Bookworm (with Python 3.11) I'm getting this error on a ssm-diff plan operation:
Traceback (most recent call last):
File "/usr/local/bin/ssm-diff", line 82, in <module>
args.func(args)
File "/usr/local/bin/ssm-diff", line 42, in plan
diff = helpers.FlatDictDiffer(r.get(paths=args.path), l.get(paths=args.path))
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/states/states.py", line 114, in get
return flatten(output) if flat else output
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/states/helpers.py", line 44, in flatten
if isinstance(d[k], collections.MutableMapping):
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'MutableMapping'
The text was updated successfully, but these errors were encountered:
I have been using ssm-diff for some time, but after upgrading to Debian Bookworm (with Python 3.11) I'm getting this error on a
ssm-diff plan
operation:The text was updated successfully, but these errors were encountered: