Today I tried to push my code to ionic pro with
git push ionic quality
and then this error happens.
I tried the same yesterday without errors. Anyone knows what this is about?
Traceback (most recent call last):
File “/usr/src/app/shell.py”, line 12, in
import jwt
File “/usr/local/lib/python3.10/site-packages/jwt/init.py”, line 19, in
from .api_jwt import (
File “/usr/local/lib/python3.10/site-packages/jwt/api_jwt.py”, line 4, in
from collections import Iterable, Mapping
ImportError: cannot import name ‘Iterable’ from ‘collections’ (/usr/local/lib/python3.10/collections/init.py)
fatal: Could not read from remote repository.
1 post - 1 participant