Healthchecks install fails #2007

Closed
opened 2026-02-05 03:18:31 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @florianbussmann on GitHub (Nov 15, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Healthchecks

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/healthchecks.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-10-pve)

📝 Provide a clear and concise description of the issue.

Installation of Healthchecks fails with setup_python: command not found

🔄 Steps to reproduce the issue.

Fresh install using bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/healthchecks.sh)"

Paste the full error output (if available).

🖥️ Operating System: debian (13)
📦 Container Type: Unprivileged
💾 Disk Size: 5 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🔍 Verbose Mode: Enabled
🚀 Creating a healthchecks LXC using the above default settings
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local]
✔️ Updated Container OS
✔️ Installed Dependencies
bash: line 25: setup_python: command not found

[ERROR] in line 25: exit code 0: while executing command PYTHON_VERSION="3.12" setup_python

[ERROR] in line 1346: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

No response

Originally created by @florianbussmann on GitHub (Nov 15, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Healthchecks ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/healthchecks.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-10-pve) ### 📝 Provide a clear and concise description of the issue. Installation of [Healthchecks](https://community-scripts.github.io/ProxmoxVE/scripts?id=healthchecks) fails with `setup_python: command not found` ### 🔄 Steps to reproduce the issue. Fresh install using `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/healthchecks.sh)"` ### ❌ Paste the full error output (if available). 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 5 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🔍 Verbose Mode: Enabled 🚀 Creating a healthchecks LXC using the above default settings ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local] ✔️ Updated Container OS ✔️ Installed Dependencies bash: line 25: setup_python: command not found [ERROR] in line 25: exit code 0: while executing command PYTHON_VERSION="3.12" setup_python [ERROR] in line 1346: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 03:18:31 +03:00
Author
Owner

@C0NN0RAD0 commented on GitHub (Nov 15, 2025):

I'm having the same issue

@C0NN0RAD0 commented on GitHub (Nov 15, 2025): I'm having the same issue
Author
Owner

@MickLesk commented on GitHub (Nov 15, 2025):

Done

@MickLesk commented on GitHub (Nov 15, 2025): Done
Author
Owner

@C0NN0RAD0 commented on GitHub (Nov 15, 2025):

I have tired the new script but now face this issue
⠦ Setup healthchecks
[ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1

[ERROR] in line 1346: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

@C0NN0RAD0 commented on GitHub (Nov 15, 2025): I have tired the new script but now face this issue ⠦ Setup healthchecks [ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1 [ERROR] in line 1346: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"
Author
Owner

@MickLesk commented on GitHub (Nov 15, 2025):

Thats an supressed issue. Create in verbose an new issue

@MickLesk commented on GitHub (Nov 15, 2025): Thats an supressed issue. Create in verbose an new issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2007