Skip to content

Missing fastapi dependency on a2a_gui #417

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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