Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not usable on Python 3.10 #48

Closed
mwoehlke-kitware opened this issue Jun 22, 2022 · 1 comment
Closed

Not usable on Python 3.10 #48

mwoehlke-kitware opened this issue Jun 22, 2022 · 1 comment

Comments

@mwoehlke-kitware
Copy link

With Python 3.10, I am seeing:

  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.

@mwoehlke-kitware
Copy link
Author

Sorry, this is fixed, but not in Jammy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant