scikit-hts
scikit-hts copied to clipboard
[BUG] Iterable abstract class was removed from collections in Python 3.10
Describe the bug
Iterable abstract class was removed from collections in Python 3.10, so I can't import hts.
To Reproduce
I'm using Python 3.10.8, and pip installed scikit-hts today.
To reproduce the bug one should simply call
import hts
Potential solution
Check python version when importing and import Iterable from collections.abc if python's version > 3.9.
I unfortunately do not have time anymore to dedicate to this project, contributions are welcome