a2aproject / a2aproject/a2a-samples
Missing fastapi dependency on a2a_gui
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 1.8k
- Forks
- 751
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.