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
When keri.db.basing is imported, I get the following error message.
ImportError: cannot import name 'KeyStateRecord' from partially initialized module 'keri.db.basing' (most likely due to a circular import) (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/keri/db/basing.py)
This is because there is a circular import between keri.db.basing and keri.core.eventing.
Note that the problem does not arise when keri.core.eventing is imported before keri.db.basing.
The text was updated successfully, but these errors were encountered:
When
keri.db.basing
is imported, I get the following error message.ImportError: cannot import name 'KeyStateRecord' from partially initialized module 'keri.db.basing' (most likely due to a circular import) (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/keri/db/basing.py)
This is because there is a circular import between
keri.db.basing
andkeri.core.eventing
.Note that the problem does not arise when
keri.core.eventing
is imported beforekeri.db.basing
.The text was updated successfully, but these errors were encountered: