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
Since python 3.10, the Iterable class should be imported from collections.abc instead. I mentioned this in #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.
Since python 3.10, the Iterable class should be imported from collections.abc instead. I mentioned this in #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
The text was updated successfully, but these errors were encountered: