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
Some code needs to be updated now that the deprecated top-level ABCs in collections have been removed.
File "/path/to/lib/python3.10/site-packages/pytypes/type_util.py", line 2252, in <module>
class _typechecked_Iterable(collections.Iterable):
AttributeError: module 'collections' has no attribute 'Iterable'
Some code needs to be updated now that the deprecated top-level ABCs in
collectionshave been removed.