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
pydantic.errors.PydanticUserError: Field 'decimals' defined on a base class was overridden by a non-annotated attribute. All field definitions, including overrides, require a type annotation.
py 3.10, get this error msg when I import zksync_sdk
The text was updated successfully, but these errors were encountered:
when I uesed full math,get error:
cannot import name 'Token' from partially initialized module 'progress.zkSync.zksync_sdk.types.transactions' (most likely due to a circular import)
pydantic.errors.PydanticUserError: Field 'decimals' defined on a base class was overridden by a non-annotated attribute. All field definitions, including overrides, require a type annotation.
py 3.10, get this error msg when I import zksync_sdk
The text was updated successfully, but these errors were encountered: