You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the file lib/python3.10/site-packages/intervene/modules/venn/list_venn.py and change from collections import Iterable to from collections.abc import Iterable. This will make version 0.6.5 of intervene work successfully with Python 3.10.
The Iterable abstract class was removed from collections in Python 3.10. Please fix imports accordingly to avoid import error.
https://stackoverflow.com/questions/72032032/importerror-cannot-import-name-iterable-from-collections-in-python
The text was updated successfully, but these errors were encountered: