Skip to content

Django 6, Python 3.14, UV - Failed to run server #1474

Description

@subinabid

Describe the bug
A newly built app on Django 6 pythin 3.14 failed to start the server after adding drf-spectacular. Please note that UV is used as package manager. Only the installation is done. Settings are not chaged.

uv add drf-spectacular
uv run python manage.py runserver

The server is failing with exit code 245

uv run python manage.py check

There's a segmentation fault while running check

To Reproduce
UV is used for package maangement
A django 6 app that works well in development

uv add drf-spectacular
uv run python manage.py runserver

Expected behavior
The django dev server should start

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions