a2aproject / a2aproject/a2a-samples
Missing fastapi dependency on a2a_gui
未关闭
- 主要语言
- Jupyter Notebook
- 星标
- 1.8k
- 派生
- 751
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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
贡献指南
评估
这个 Issue 还没有评估数据。