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
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.
The text was updated successfully, but these errors were encountered:
With Python 3.10 (on Debian testing), I have the error
Error: module 'collections' has no attribute 'Iterable'
. Indeed, it seems thatcollections.Iterable
is deprecated since Python 3.9.After some debugging, the issue is in
print_charts
function.The text was updated successfully, but these errors were encountered: