tiangolo/fastapi

Failed Boot Operation

Hamish-Leahy opened this issue · 0 comments

Privileged issue

  • I'm @tiangolo or he asked me directly to create an issue here.

Issue Content

Title: Failed Boot Operation with FastAPI

Issue Type: Bug

Description:

When attempting to start my FastAPI application, I encountered a "Failed Boot Operation" error. This prevents the application from starting up.

Steps to Reproduce:

  1. Install FastAPI using pip.
  2. Create a basic FastAPI app.
  3. Attempt to run the application.
  4. Observe the "Failed Boot Operation" error.

Expected Behavior:

The FastAPI application should start without any errors.

Actual Behavior:

The application throws a "Failed Boot Operation" error and fails to start.

Environment:

  • FastAPI Version: (1.0)
  • Python Version: (3.1.1)
  • Operating System: (windows 11)