a2aproject / a2aproject/a2a-samples
Missing fastapi dependency on a2a_gui
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1.8k
- Forks
- 751
- PR merge metrics
- No merged PRs in 30d
Description
### What happened?
After running:
```
uv run uvicorn server:app --host 0.0.0.0 --port 8000
```
I get this error
```
ModuleNotFoundError: No module named 'fastapi'
```
### Relevant log output
```shell
from fastapi import FastAPI, Request
ModuleNotFoundError: No module named 'fastapi'
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.