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
File "/usr/lib/python3/dist-packages/umsgpack.py", line 677, in _unpack_map
elif not isinstance(k, collections.Hashable):
AttributeError: module 'collections' has no attribute 'Hashable'
In Python 3.10, the correct spelling is collections.abc.Hashable.
The text was updated successfully, but these errors were encountered:
With Python 3.10, I am seeing:
In Python 3.10, the correct spelling is
collections.abc.Hashable
.The text was updated successfully, but these errors were encountered: