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 guess this might need to be updated : the collections module has deprecated (and now removed) the "Iterable" class, the correct way of importing it in python3 is using the "collections.abc" module.
AttributeError: module 'collections' has no attribute 'Iterable'
The text was updated successfully, but these errors were encountered:
I guess this might need to be updated : the collections module has deprecated (and now removed) the "Iterable" class, the correct way of importing it in python3 is using the "collections.abc" module.
AttributeError: module 'collections' has no attribute 'Iterable'
The text was updated successfully, but these errors were encountered: