Skip to content

Fixed: ImportError: cannot import name 'Iterable' from 'collections' for python3.11 version#81

Open
afaq1337 wants to merge 2 commits intocarnal0wnage:masterfrom
afaq1337:master
Open

Fixed: ImportError: cannot import name 'Iterable' from 'collections' for python3.11 version#81
afaq1337 wants to merge 2 commits intocarnal0wnage:masterfrom
afaq1337:master

Conversation

@afaq1337
Copy link
Copy Markdown

The error occurs because the weirdAAL.py script attempts to import the Iterable class from the collections module, which does not include this class in Python 3.11. In Python 3.11, the Iterable class is included in the collections.abc module instead.

Fixed: ImportError: cannot import name 'Iterable' from 'collections'
for python3.11 version

The error occurs because the `weirdAAL.py` script attempts to import the Iterable class from the collections module, which does not include this class in Python 3.11. In Python 3.11, the Iterable class is included in the collections.abc module instead.
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 this pull request may close these issues.

1 participant