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

Regression on Python 3.10: collections.iterable has been deprecated #25

Open
hhannine opened this issue Jan 20, 2022 · 4 comments · May be fixed by #26
Open

Regression on Python 3.10: collections.iterable has been deprecated #25

hhannine opened this issue Jan 20, 2022 · 4 comments · May be fixed by #26

Comments

@hhannine
Copy link

Running on python 3.10 results in the error:

AttributeError: module 'collections' has no attribute 'Iterable'

@tirkarthi
Copy link

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

@hhannine
Copy link
Author

hhannine commented Feb 8, 2022

Any chance to get this pull request through? I tested and verified that it works. Thanks @tirkarthi.

@DizzyThermal
Copy link

Any update here? Thanks!

@DoooReyn
Copy link

Any update here? Thanks!

#26 is not compatible for 3.10 below.

I fixed this in #29.

Good luck.

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

Successfully merging a pull request may close this issue.

4 participants