Skip to content

list_venn.py need to be upload #67

@shaohuaihan

Description

@shaohuaihan

$./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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions