-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
$./intervene
Traceback (most recent call last):
File "python3_10/bin/./intervene", line 19, in
from intervene.modules.venn import list_venn
File "python3_10/lib/python3.10/site-packages/intervene/modules/venn/list_venn.py", line 6, in
from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (python3_10/lib/python3.10/collections/init.py)
from collections import Iterable
TO:
from collections.abc import Iterable
Metadata
Metadata
Assignees
Labels
No labels