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
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.The server is failing with exit code 245
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
Expected behavior
The django dev server should start