Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.10 compatibility issues #60

Open
wazimismail opened this issue Nov 2, 2023 · 3 comments
Open

Python 3.10 compatibility issues #60

wazimismail opened this issue Nov 2, 2023 · 3 comments

Comments

@wazimismail
Copy link

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

@dksenthil
Copy link

Yes please.. having the same issue!

@asntech
Copy link
Owner

asntech commented Feb 1, 2024

Thanks for reporting this. We'll fix this in the upcoming release

@Liozhang
Copy link

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.

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

No branches or pull requests

4 participants