Skip to content

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 12, 2025

https://www.python.org/downloads/release/python-3140/

% python3.13 -m pip install ffpyplayer # is successful.
% python3.14 -m pip install ffpyplayer # fails!

includes/ffconfig.h:5:10: fatal error: SDL_version.h: No such file or directory

With uv:
% uvx --with=ffpyplayer python3.13 -c "import ffpyplayer" # is successful.
% uvx --with=ffpyplayer python3.14 -c "import ffpyplayer" # fails!

Does SDL need an upgrade for Python 3.14?

This PR merely demonstrates that new wheels need to be published to PyPI to support Python 3.14.
I am happy to close this with unmerged commits after all of its tests pass.

@cclauss cclauss changed the title pip install ffpyplayer fails on Python 3.14 release candidate 2 pip install ffpyplayer fails on Python 3.14 release candidate 3 Sep 20, 2025
@cclauss cclauss changed the title pip install ffpyplayer fails on Python 3.14 release candidate 3 pip install ffpyplayer fails on Python 3.14 Oct 7, 2025
@cclauss cclauss changed the title pip install ffpyplayer fails on Python 3.14 python3.14 -m pip install ffpyplayer fails Oct 31, 2025
@cclauss
Copy link
Contributor Author

cclauss commented Nov 2, 2025

Closing in favor of:

@cclauss cclauss closed this Nov 2, 2025
@cclauss cclauss deleted the patch-2 branch November 18, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant