a2aproject / a2aproject/a2a-samples

Missing fastapi dependency on a2a_gui

Open
#417 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.