pd3f-core icon indicating copy to clipboard operation
pd3f-core copied to clipboard

Iterable import is deprecated

Open flatypus opened this issue 9 months ago • 0 comments

Since python 3.10, the Iterable class should be imported from collections.abc instead. I mentioned this in https://github.com/pd3f/pd3f-core/pull/40, but since the maintainer has not seen the PR, if anyone comes across this repository in the future, there is the fix, or you can include pd3f @ git+https://github.com/flatypus/pd3f-core@1a546388f6cc4e81c359678f54f1b3547125a015 in the requirements.txt instead.

stackoverflow.com/questions/72032032/importerror-cannot-import-name-iterable-from-collections-in-python

flatypus avatar Oct 04 '23 04:10 flatypus