-
Notifications
You must be signed in to change notification settings - Fork 1k
ModuleNotFoundError hit when run the A2A client for ADK agent #243
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
Comments
zzxwill
pushed a commit
to zzxwill/A2A
that referenced
this issue
Apr 20, 2025
This commit adds the `anyio` library as a dependency with a minimum version of 4.9.0. The addition is necessary to ensure compatibility with asynchronous operations in the project, which rely on `anyio` for managing asynchronous tasks and concurrency. Fix google#243
zzxwill
added a commit
to zzxwill/A2A
that referenced
this issue
Apr 20, 2025
This commit adds the anyio library as a dependency with a minimum version of 4.9.0. The addition is necessary to ensure compatibility with asynchronous operations in the project, which rely on anyio for managing asynchronous tasks and concurrency. Fix google#243
On my machine, the ADK agent responds as expected:
Also, from this line, it looks like
Which is expected since it's in the dependency trees of other packages listed in And from the last line:
It looks like for some reason it cannot find its own submodule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started ADK agent by following the guide and it worked.
By when I
In a separate terminal, run the A2A client:
, the ADK agent itself hit an issue as below.The text was updated successfully, but these errors were encountered: