Skip to content
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

Dependency will not build with ffmpeg >= 5.0 #511

Open
Entropy512 opened this issue Dec 11, 2023 · 3 comments
Open

Dependency will not build with ffmpeg >= 5.0 #511

Entropy512 opened this issue Dec 11, 2023 · 3 comments

Comments

@Entropy512
Copy link

Entropy512 commented Dec 11, 2023

Describe the bug
aubio/aubio#353 was resolved in version control, but the maintainers did not release a new version to pip

To Reproduce
Use the LEDfx installer script on any system with FFMpeg >= 5.0, or attempt to install using:
python3 -m pip install git+https://github.com/LedFx/LedFx

Expected behavior
Pull in the latest git master version of aubio instead of the pip release - I am not sure how to do this automatically

LedFx Host Information (please complete the following information):

  • OS: Ubuntu 23.10
  • Installation Method: pip or the recommended installer script
  • LedFx Version: Latest git master, or latest release installed by installer script

Additional context
This can sort-of be worked around by manually installing aubio from git using:
python3 -m pip install --force-reinstall git+https://github.com/aubio/aubio
prior to running the LEDfx installer script, but this is not user friendly

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Items without activity in the last 30 days label Mar 17, 2024
@shauneccles
Copy link
Member

We generally try to use tagged versions of things, since using a moving repo target may result in unexpected/difficult to troubleshoot failures.

I'd suggest asking for a new release at the aubio repo, since that's the fundamental issue.

@stale stale bot removed the stale Items without activity in the last 30 days label Apr 1, 2024
@Entropy512
Copy link
Author

I see that you already saw that, unfortunately, people have been asking for a new release for years without any acknowledgement.

(for others: aubio/aubio#381 )

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

No branches or pull requests

2 participants