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

get PydanticUserErrorerror msg when I import zksync_sdk #60

Open
necaluo opened this issue Mar 1, 2024 · 2 comments
Open

get PydanticUserErrorerror msg when I import zksync_sdk #60

necaluo opened this issue Mar 1, 2024 · 2 comments

Comments

@necaluo
Copy link

necaluo commented Mar 1, 2024

raise PydanticUserError(

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

@necaluo
Copy link
Author

necaluo commented Mar 1, 2024

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)

@necaluo
Copy link
Author

necaluo commented Mar 1, 2024

How can I fix it now?

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