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

Fix compatibility with Python 3.10 #17

Open
beenje opened this issue Mar 14, 2022 · 0 comments
Open

Fix compatibility with Python 3.10 #17

beenje opened this issue Mar 14, 2022 · 0 comments

Comments

@beenje
Copy link
Contributor

beenje commented Mar 14, 2022

/env/lib/python3.10/site-packages/facadedevice/graph.py:8: in <module>
[98](https://gitlab.maxiv.lu.se/kits-maxiv/dev-maxiv-hippiefeedbacksensor/-/jobs/204073#L98)    from collections import Mapping, namedtuple, defaultdict
[99](https://gitlab.maxiv.lu.se/kits-maxiv/dev-maxiv-hippiefeedbacksensor/-/jobs/204073#L99)E   ImportError: cannot import name 'Mapping' from 'collections' (/env/lib/python3.10/collections/__init__.py)

Mapping was moved to collections.abc. See https://docs.python.org/3/library/collections.abc.html

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