Home Assistant Core Upgrade Failing #308

Closed
opened 2026-02-04 17:54:11 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @vicky-bs on GitHub (Jan 9, 2025).

Have you read and understood the above guidelines?

yes

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

Home Assistant Core LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)"

📝 Provide a clear and concise description of the issue.

Getting the following error when running the script within the Home Assistant LXC

Updating to Beta Version
✔️ Stopped Home Assistant
⠋ Updating Home Assistant
[ERROR] in line 64: exit code 0: while executing command uv pip install ${BR}--upgrade homeassistant &> /dev/null

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.04

🔄 Steps to reproduce the issue.

Run the following script withing the HA LXC

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)"

Paste the full error output (if available).

Updating to Beta Version
✔️ Stopped Home Assistant
⠋ Updating Home Assistant
[ERROR] in line 64: exit code 0: while executing command uv pip install ${BR}--upgrade homeassistant &> /dev/null

🖼️ Additional context (optional).

No response

Originally created by @vicky-bs on GitHub (Jan 9, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Home Assistant Core LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)" ### 📝 Provide a clear and concise description of the issue. Getting the following error when running the script within the Home Assistant LXC Updating to Beta Version ✔️ Stopped Home Assistant ⠋ Updating Home Assistant [ERROR] in line 64: exit code 0: while executing command uv pip install ${BR}--upgrade homeassistant &> /dev/null ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.04 ### 🔄 Steps to reproduce the issue. Run the following script withing the HA LXC bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)" ### ❌ Paste the full error output (if available). Updating to Beta Version ✔️ Stopped Home Assistant ⠋ Updating Home Assistant [ERROR] in line 64: exit code 0: while executing command uv pip install ${BR}--upgrade homeassistant &> /dev/null ### 🖼️ Additional context (optional). _No response_
Author
Owner

@vicky-bs commented on GitHub (Jan 9, 2025):

The way I fixed it manual was

  1. apt-get update && upgrade
  2. pip install uv
  3. Run the script within the LXC which now successfully updated HA Core

Hope this helps to fix the script

Thanks

@vicky-bs commented on GitHub (Jan 9, 2025): The way I fixed it manual was 1. apt-get update && upgrade 2. pip install uv 3. Run the script within the LXC which now successfully updated HA Core Hope this helps to fix the script Thanks
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 10, 2025):

Duplicate of #708

@michelroegl-brunner commented on GitHub (Jan 10, 2025): Duplicate of #708
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#308