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
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".
The text was updated successfully, but these errors were encountered:
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]>
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)
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:
This error does not appear on changing the SQLAlchemy requirement to "==1.4.45".
The text was updated successfully, but these errors were encountered: