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
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
The text was updated successfully, but these errors were encountered:
robna
added a commit
to robna/specio
that referenced
this issue
Jun 26, 2023
The current version is unfortunately no longer compatible with python3.10.X
The text was updated successfully, but these errors were encountered: