We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This cause an error:
web_1 | File "/home/invenio/reroils/src/invenio-oauth2server/invenio_oauth2server/models.py", line 37, in <module> web_1 | from sqlalchemy_utils.types.encrypted import AesEngine, EncryptedType web_1 | ImportError: cannot import name 'AesEngine'
The text was updated successfully, but these errors were encountered:
Same underlying issue as inveniosoftware/invenio-oauthclient#159, #171 and a new release should fix the problem. For now the workaround is to pin the dependency in the application, like inspirehep/inspire-next@828856e.
Sorry, something went wrong.
No branches or pull requests
This cause an error:
The text was updated successfully, but these errors were encountered: