[PR #12124] [CLOSED] fix(huntarr): add build-essential for native pip dependencies #9983

Closed
opened 2026-02-26 17:32:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/12124
Author: @MickLesk
Created: 2/20/2026
Status: Closed

Base: mainHead: fix/huntarr-build-essential


📝 Commits (1)

  • ea0afa9 fix(huntarr): add build-essential for native pip dependencies

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 install/huntarr-install.sh (+4 -0)

📄 Description

Fix

Some Python packages in huntarr's requirements.txt require a C++ compiler for building native extensions. The install currently fails with:

error: command 'c++' failed: No such file or directory

This adds build-essential as a dependency before uv pip install.

Closes #12117


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/12124 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/20/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/huntarr-build-essential` --- ### 📝 Commits (1) - [`ea0afa9`](https://github.com/community-scripts/ProxmoxVE/commit/ea0afa9aa031069ff4d076e1642429c9efdc9ca1) fix(huntarr): add build-essential for native pip dependencies ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `install/huntarr-install.sh` (+4 -0) </details> ### 📄 Description ## Fix Some Python packages in huntarr's requirements.txt require a C++ compiler for building native extensions. The install currently fails with: ``` error: command 'c++' failed: No such file or directory ``` This adds `build-essential` as a dependency before `uv pip install`. Closes #12117 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:32:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#9983
No description provided.