a2aproject / a2aproject/a2a-samples
Missing fastapi dependency on a2a_gui
- Linguagem predominante
- Jupyter Notebook
- Estrelas
- 1.8k
- Forks
- 751
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### 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
Guia de contribuição
Direção de pesquisa
Check the project's dependency file (likely requirements.txt or pyproject.toml) to see if fastapi is listed. The error occurs when starting the server with uvicorn. Add fastapi to the dependencies, then test by running the uvicorn command again. The fix is done when the server starts without the ModuleNotFoundError.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- fastapi, python
- Domínio
- api, backend
- Tipo de issue
- Bug
- Dificuldade
- 1/5
- Tempo estimado
- Menos de uma hora
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 35/100