Skip to content

Fix runtime startup failure from copilot.types import mismatch #2

Description

@johnstel

Problem statement

python web_start.py fails at startup with ModuleNotFoundError: No module named "copilot.types", blocking the demo runtime and all API/UI smoke checks.

Priority

P0 — blocking customer demo.

Acceptance criteria

  • Root cause identified (dependency/version mismatch vs wrong import path).
  • python3 -c "import src.web" succeeds in a clean venv with pip install -r requirements.txt.
  • python3 web_start.py starts successfully and /api/health returns HTTP 200.
  • Dependency/import contract is documented in setup/runbook notes.

Checklist

  • Reproduce failure locally.
  • Implement fix and update dependencies if needed.
  • Add startup smoke validation to CI or preflight script.
  • Re-run demo readiness checks.

Activity

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

Metadata

Metadata

Labels

priority:p0Blocking releasesquad:washAssigned to Wash (Validation Engineer)type:bugSomething broken

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions