-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFmpeg 6 and 7 are broken #312
Comments
Thanks for reporting your issue. The environment shows mixing of @conda-forge/ffmpeg could one of you transfer this issue to the feedstock? |
Thanks for the issue and thanks @mfansler for the ping/analysis. @henryruhs, please add
and see if you can recreate the problem in an environment that only has packages from conda-forge. Although it sometimes works by chance, it's impossible to actually support channel mxing for binary packages. |
Both of you, thank you very much for the quick response. I tried the |
You should try creating a fresh environment. Changing one that already has mixed channels can lead the solver into dead ends. |
Update: it was actual not stuck but created an insane large package plan - for whatever reason it wanted to shift everything that seems installed to conda forge. The environment is brandnew. It resulted again in the same error:
|
Yeah, that's an unrelated regression, unfortunately: conda-forge/gdk-pixbuf-feedstock#48 |
Thanks for the confirmation, other authors reported the same issue to me. |
Could you open the file
and check its encoding?
Please direct them to conda-forge/gdk-pixbuf-feedstock#48. The more information we have about what's happening, the better/faster we can debug. |
I guess the root issue is conda-forge/libiconv-feedstock#48 . As quick workaround is to pin libiconv to 1.17 . |
The gdk-pixbuf issue should be fixed now. Can you try again to recreate the problem from a fresh environment? |
It seems to be resolved. Thanks to everyone. |
Bug:
We are installing FFmpeg within a NSIS context and from one day to another our installer broke. It turns out that an downgrade to ffmpeg=5.1.2 temporary resolves the issue. Did you repack the FFmpeg packages and forget to add certain DLL packs or runtimes?
Downgrading to FFmpeg 7.0.2 or lower passed the installation via conda but then failed horrible during usage.
As of FFmpeg 7.1.0, the installation failed, it seems to break the pip as well with error
DLL load failed while importing pyexpat
.The text was updated successfully, but these errors were encountered: