Skip to content

Missing fastapi dependency on a2a_gui #417

@clarkngo

Description

@clarkngo

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

from fastapi import FastAPI, Request
ModuleNotFoundError: No module named 'fastapi'

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions