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

Support for Python 3.10 - collections.Iterable deprecated #79

Open
lcheylus opened this issue Apr 29, 2022 · 1 comment
Open

Support for Python 3.10 - collections.Iterable deprecated #79

lcheylus opened this issue Apr 29, 2022 · 1 comment

Comments

@lcheylus
Copy link

With Python 3.10 (on Debian testing), I have the error Error: module 'collections' has no attribute 'Iterable'. Indeed, it seems that collections.Iterable is deprecated since Python 3.9.

After some debugging, the issue is in print_charts function.

@cyphunk
Copy link

cyphunk commented Mar 29, 2023

Possible fix? vim13@b503af3

import collections
collections.Iterable = collections.abc.Iterable

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

2 participants