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

Collections has no attribute Iterable #2

Open
johanndiep opened this issue May 28, 2022 · 0 comments
Open

Collections has no attribute Iterable #2

johanndiep opened this issue May 28, 2022 · 0 comments

Comments

@johanndiep
Copy link

Seems like I was not able to run the code because collections.Iterable seems to be deprecated.

I solved the problem by using collections.abc.Iterable according to https://stackoverflow.com/questions/59809785/i-get-a-attributeerror-module-collections-has-no-attribute-iterable-when-i

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