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
from sqlalchemy_utils.types.encrypted import EncryptedType
ImportError: cannot import name EncryptedType
I am trying to install INVENIO 3.
Afterward installing all the dependencies, I am running the script scripts/create-instance.sh and getting the following error:
ERROR in app: Failed to initialize entry point: invenio_oauthclient = invenio_oauthclient:InvenioOAuthClient
.
.
.
from sqlalchemy_utils.types.encrypted import EncryptedType
ImportError: cannot import name EncryptedType
Anyone could help me?
Best wishes
Washington
The text was updated successfully, but these errors were encountered:
from sqlalchemy_utils.types.encrypted import EncryptedType
ImportError: cannot import name EncryptedType
I am trying to install INVENIO 3.
Afterward installing all the dependencies, I am running the script scripts/create-instance.sh and getting the following error:
ERROR in app: Failed to initialize entry point: invenio_oauthclient = invenio_oauthclient:InvenioOAuthClient
.
.
.
from sqlalchemy_utils.types.encrypted import EncryptedType
ImportError: cannot import name EncryptedType
Anyone could help me?
Best wishes
Washington
The text was updated successfully, but these errors were encountered: