Skip to content

[Lidarr] Fix llvmlite build failure in Lidarr extended setup#403

Open
mkaltner wants to merge 1 commit intoRandomNinjaAtk:mainfrom
mkaltner:fix-lidarr-extended-llvmlite-build
Open

[Lidarr] Fix llvmlite build failure in Lidarr extended setup#403
mkaltner wants to merge 1 commit intoRandomNinjaAtk:mainfrom
mkaltner:fix-lidarr-extended-llvmlite-build

Conversation

@mkaltner
Copy link

Fixes #402

Problem

The lidarr extended setup script fails during Python package installation due to llvmlite build errors. The llvmlite package (required by numba, which is an optional beets dependency) fails to compile with error: TypeError: spawn() got an unexpected keyword argument 'dry_run'

Solution

  • Added required build dependencies: g++, llvm-dev, libffi-dev
  • Split beets installation to avoid problematic llvmlite dependency
  • Install beets with --no-deps flag, then manually install core dependencies
  • This excludes the replaygain plugin (which needs numba/llvmlite) but preserves all core tagging/metadata functionality

Testing

Tested successfully on Alpine Linux with Python 3.12.12. All packages install cleanly and script completes without errors.

Additional Changes

  • Silenced GNU Parallel citation notice
  • Bumped script version to 1.4.6

Fix llvmlite build failure in Lidarr extended setup

   - Add g++, llvm-dev, and libffi-dev build dependencies
   - Split beets installation to avoid llvmlite/numba dependency
   - Install beets core dependencies manually
   - Silence GNU Parallel citation notice
   - Bump script version to 1.4.6

   Resolves build failure when installing beets package that was
   causing script to fail at Python package installation step.
@mkaltner mkaltner changed the title Fix llvmlite build failure in Lidarr extended setup [Lidarr] Fix llvmlite build failure in Lidarr extended setup Feb 13, 2026
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.

[BUG] - Lidarr - TypeError: spawn() got an unexpected keyword argument 'dry_run'

1 participant