AttributeError: module 'collections' has no attribute 'Iterable' · Issue #91 · quandyfactory/dicttoxml
On python 3.10 File "/home/alberto/.local/lib/python3.10/site-packages/dicttoxml.py", line 235, in convert_dict elif isinstance(val, collections.Iterable): it needs to be collections.abc.Iterable i...