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 #56

Open
chStaiger opened this issue Jan 9, 2023 · 0 comments
Open

Python 3.10 compatibility #56

chStaiger opened this issue Jan 9, 2023 · 0 comments

Comments

@chStaiger
Copy link

The current version is unfortunately no longer compatible with python3.10.X

ImportError: cannot import name 'Iterable' from 'collections'

File /opt/homebrew/lib/python3.10/site-packages/specio/core/__init__.py:6, in <module>
      1 """ This subpackage provides the core functionality of specio
      2 (everything but the plugins).
      3 """
      5 from .util import Spectrum, Dict
----> 6 from .format import Format, FormatManager
      7 from .exceptions import CannotReadSpectraError
      8 from .request import Request

File /opt/homebrew/lib/python3.10/site-packages/specio/core/format.py:10, in <module>
      7 from __future__ import print_function
      9 import os
---> 10 from collections import Iterable
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

1 participant