Skip to content
New issue

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

Error with SQLAlchemy 2.0.0rc1 #687

Open
nitredd opened this issue Jan 1, 2023 · 0 comments
Open

Error with SQLAlchemy 2.0.0rc1 #687

nitredd opened this issue Jan 1, 2023 · 0 comments

Comments

@nitredd
Copy link

nitredd commented Jan 1, 2023

With the requirements.txt file listing the SQLAlchemy requirement using ">=1.0" as the version selector, PyKMIP uses SQLAlchemy 2.0.0rc1.

Upon running pykmip-server, I get the following error:

sqlalchemy.exc.InvalidRequestError: Implicitly combining column managed_objects.uid with column crypto_objects.uid under attribute 'unique_identifier'.  Please configure one or more attributes for these same-named columns explicitly.

This error does not appear on changing the SQLAlchemy requirement to "==1.4.45".

baum pushed a commit to baum/noobaa-operator that referenced this issue Feb 5, 2023
Default pip installed pykmip-server generates the following error:

sqlalchemy.exc.InvalidRequestError: Implicitly combining column managed_objects.uid with column crypto_objects.uid under attribute 'unique_identifier'.  Please configure one or more attributes for these same-named columns explicitly.

See OpenKMIP/PyKMIP#687 for this workaround

Signed-off-by: Alexander Indenbaum <[email protected]>
tangledbytes pushed a commit to tangledbytes/noobaa-operator that referenced this issue Feb 9, 2023
Default pip installed pykmip-server generates the following error:

sqlalchemy.exc.InvalidRequestError: Implicitly combining column managed_objects.uid with column crypto_objects.uid under attribute 'unique_identifier'.  Please configure one or more attributes for these same-named columns explicitly.

See OpenKMIP/PyKMIP#687 for this workaround

Signed-off-by: Alexander Indenbaum <[email protected]>
(cherry picked from commit 1667922)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant