weirdAAL icon indicating copy to clipboard operation
weirdAAL copied to clipboard

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

Open afaq1337 opened this issue 1 year ago • 0 comments

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.

afaq1337 avatar Apr 10 '23 14:04 afaq1337