The specification step failed with the following e...
# replication-troubleshooting
d
The specification step failed with the following error. How to resolve this issue? (.venv) ubuntu@ip-172-31-44-147:~/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer$ python3 main.py spec Traceback (most recent call last): File "/home/ubuntu/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer/main.py", line 9, in <module> from source_appstore_singer import SourceAppstoreSinger File "/home/ubuntu/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer/source_appstore_singer/__init__.py", line 1, in <module> from .source import SourceAppstoreSinger File "/home/ubuntu/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer/source_appstore_singer/source.py", line 15, in <module> from appstoreconnect import Api File "/home/ubuntu/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer/.venv/lib/python3.10/site-packages/appstoreconnect/__init__.py", line 1, i n <module> from .api import Api, UserRole File "/home/ubuntu/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer/.venv/lib/python3.10/site-packages/appstoreconnect/api.py", line 2, in <mo dule> import jwt File "/home/ubuntu/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer/.venv/lib/python3.10/site-packages/jwt/__init__.py", line 19, in <module> from .api_jwt import ( File "/home/ubuntu/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer/.venv/lib/python3.10/site-packages/jwt/api_jwt.py", line 4, in <module> from collections import Iterable, Mapping ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py) (.venv) ubuntu@ip-172-31-44-147:~/work/software/airbyte/airbyte-integrations/connectors/source-appstore-singer$
r
Is this an issue with compiling on Python 3.10 ImportError: cannot import name 'Iterable' from 'collections'