Skip to content

Build failing for 14.0 on Python 13.0 with Debian Bookworm #1665

@daveisfera

Description

@daveisfera

Overview

Tried upgrading to 14.0 and build failed

Expected behavior

Build works and successfully passes our tests like previous builds

Actual behavior

Fails trying to include file

Install command:

pip3 install av==14.0.0 --no-binary av

Error:

gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -Iav/filter -I/usr/src/venv/include -I/usr/local/include/python3.13 -c src/av/filter/loudnorm.c -o build/temp.linux-x86_64-cpython-313/src/av/filter/loudnorm.o
       src/av/filter/loudnorm.c:1289:10: fatal error: loudnorm_impl.h: No such file or directory
        1289 | #include "loudnorm_impl.h"

Investigation

Appears that this file should be included from the code for av

Reproduction

Run pip3 install on Debian Bookworm with Python 3.13.0

Versions

  • OS: Debian Bookworm
  • PyAV runtime:
    Installing with pip3 install so not sure how to get this
  • PyAV build:
    Installing with pip3 install so not sure how to get this

Research

I have done the following:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions