Skip to content

[Bug]: ModuleNotFoundError: No module named 'a2a.server.apps' #1005

@NilavoBoral

Description

@NilavoBoral

What happened?

Importing A2AStarletteApplication from a2a.server.apps raises a ModuleNotFoundError.
I encountered this error in line 3 of the following file from the official samples repository:
samples/python/agents/helloworld/main.py

The file contains:

from a2a.server.apps import A2AStarletteApplication

Error Traceback:

ModuleNotFoundError: No module named 'a2a.server.apps'


What I Checked :

  • Verified the installed package version using pip show a2a-sdk
  • Explored the GitHub repository structure
  • Looked inside the server directory in the repository
  • Could not find any apps module under a2a/server

Environment :

  • OS: Windows
  • Python version: 3.14.4
  • a2a-sdk version: 1.0.0

Relevant log output

----> 1 from a2a.server.apps import A2AStarletteApplication

ModuleNotFoundError: No module named 'a2a.server.apps'

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions