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

breaks with python3.10 due to deprecated (and now removed) use of collections.Callable #219

Closed
tik-stbuehler opened this issue May 11, 2022 · 0 comments

Comments

@tik-stbuehler
Copy link

[...]
  File ".../venv/lib/python3.10/site-packages/Exscript/util/collections.py", line 9, in <module>
    from collections import OrderedDict, Callable, defaultdict
ImportError: cannot import name 'Callable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)

Also see:

knipknap added a commit that referenced this issue Jan 25, 2023
Fix importing deprecated alias in python>=3.10 (fixes #219)
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