-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Description
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 withpip3 installso not sure how to get this - PyAV build:
Installing withpip3 installso not sure how to get this
Research
I have done the following:
- Checked the PyAV documentation
- Searched on Google
- Searched on Stack Overflow
- Looked through old GitHub issues
Metadata
Metadata
Assignees
Labels
No labels