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

[BUG] Iterable abstract class was removed from collections in Python 3.10 #94

Open
blas-ko opened this issue Mar 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@blas-ko
Copy link

blas-ko commented Mar 16, 2023

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.

@blas-ko blas-ko added the bug Something isn't working label Mar 16, 2023
@carlomazzaferro
Copy link
Owner

I unfortunately do not have time anymore to dedicate to this project, contributions are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants