Skip to content

Bug: Segfault when building uvloop on 3.14 #690

@Ahajha

Description

@Ahajha

Repro (with uv):

uv venv --python 3.14
source .venv/bin/activate
uv pip install uvloop

gives

Resolved 1 package in 2ms
  × Failed to build `uvloop==0.21.0`
  ├─▶ The build backend returned an error
  ╰─▶ Call to `setuptools.build_meta.build_wheel` failed (signal: 11 (SIGSEGV)
      (core dumped))
      hint: This usually indicates a problem with the package or the build
      environment.

This works with --python 3.13. Unfortunately the error is... less than helpful.

This is on a Pop_OS! 22.04 machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions