We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running on python 3.10 results in the error:
AttributeError: module 'collections' has no attribute 'Iterable'
The text was updated successfully, but these errors were encountered:
This was deprecated and removed in Python 3.10. Since the project supports Python 3 only collections.abc can be used. PR to fix this #26
Sorry, something went wrong.
Any chance to get this pull request through? I tested and verified that it works. Thanks @tirkarthi.
Any update here? Thanks!
#26 is not compatible for 3.10 below.
I fixed this in #29.
Good luck.
Successfully merging a pull request may close this issue.
Running on python 3.10 results in the error:
AttributeError: module 'collections' has no attribute 'Iterable'
The text was updated successfully, but these errors were encountered: