-
Notifications
You must be signed in to change notification settings - Fork 39
C++ tests on FFmpeg 6 are broken #518
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
Comments
Just a curiosity, there is any specific reason why you mix packages installed via Using |
Thanks for the info @traversaro , we weren't aware that I assumed we were installing everything from |
Unfortunately not (even if I see why that is confusing). By looking at your CI trace, it seems that you are creating an environment with the
then, you install some additional dependencies with the
|
Out of curiosity, I created #658 to understand if that was indeed the reason for the failure. |
It seems that only using conda-forge packages instead of mixing defaults and conda-forge fixes the issue: https://github.com/traversaro/torchcodec/actions/runs/14704627410/job/41261801072 (or the issue was fixed in the meanwhile by some other unrelated change). |
Wow, I had no idea. Thank you for the info! |
And they've been broken for a few weeks now. For example: https://github.com/pytorch/torchcodec/actions/runs/13496887560/job/37706069174?pr=517
The text was updated successfully, but these errors were encountered: