google / google/adk-docs

Cannot find module `a2ui.core.schema.manager`

Open Beginner friendly
#2,131 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Shell
Stars
1.5k
Forks
1.3k
Avg merge
7d 1h
Merged PRs (30d)
34

Description

After running the command line:

```terminal
pip install a2ui-agent-sdk
```

Today it is a2ui-agent-sd=0.5.0 [Released: 31 de jul. de 2026](https://pypi.org/project/a2ui-agent-sdk/)

The python code below:

agent.py
```python
from a2ui.core.schema.manager import A2uiSchemaManager
```

returns error: "Cannot find module `a2ui.core.schema.manager`"

It is in src/a2ui/schema/manager.py as mentioned pypi page.

Image

Contributor guide

Open the contributing guide

Research direction

Start with the import in agent.py and reproduce the issue using pip install a2ui-agent-sdk at version 0.5.0. Compare the documented module path with the package layout referenced as src/a2ui/schema/manager.py and the PyPI page. Done means the example and released package agree on a working import path, or the mismatch is clearly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.