Immich LXC fails to install #1477

Open
opened 2025-11-20 05:11:05 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @BenLaneUK2004 on GitHub (Jul 13, 2025).

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

Yes

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

Immich

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

bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/immich.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

I'm trying to setup Immich using the helper script, it gets as far as starting to install machine learning then spits out the below error code. I tried both the GitHub and Gitea commands, both of which result in this error.

🔄 Steps to reproduce the issue.

  1. Paste install command in Proxmox web shell and run
  2. Enter y when prompted Automatically mount all available VAAPI devices? [Y/n]:
  3. Enter y when prompted Install OpenVINO dependencies for Intel HW-accelerated machine-learning? y/N
  4. Wait for the error message

Paste the full error output (if available).

 ✔️   Installed Immich Web Components
Using CPython 3.11.2 interpreter at: /usr/bin/python3
Creating virtual environment at: /opt/immich/app/machine-learning/ml-venv
Activate with: source /opt/immich/app/machine-learning/ml-venv/bin/activate
  ⏳   Installing machine-learning  x Failed to download `tokenizers==0.21.1`
  |-> Failed to write to the distribution cache
  |-> error decoding response body
  |-> request or response body error
  |-> error reading a body from connection
  `-> connection reset
  help: `tokenizers` (v0.21.1) was included because `immich-ml` (v1.129.0) depends on `tokenizers`

[ERROR] in line 321: exit code 0: while executing command uv -q sync --extra cpu --no-cache --active

[ERROR] in line 1233: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"$var_install".sh)" $?

🖼️ Additional context (optional).

No response

Originally created by @BenLaneUK2004 on GitHub (Jul 13, 2025). Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Immich ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/immich.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. I'm trying to setup Immich using the helper script, it gets as far as starting to install machine learning then spits out the below error code. I tried both the GitHub and Gitea commands, both of which result in this error. ### 🔄 Steps to reproduce the issue. 1. Paste install command in Proxmox web shell and run 2. Enter `y` when prompted `Automatically mount all available VAAPI devices? [Y/n]:` 3. Enter `y` when prompted `Install OpenVINO dependencies for Intel HW-accelerated machine-learning? y/N` 4. Wait for the error message ### ❌ Paste the full error output (if available). ``` ✔️ Installed Immich Web Components Using CPython 3.11.2 interpreter at: /usr/bin/python3 Creating virtual environment at: /opt/immich/app/machine-learning/ml-venv Activate with: source /opt/immich/app/machine-learning/ml-venv/bin/activate ⏳ Installing machine-learning x Failed to download `tokenizers==0.21.1` |-> Failed to write to the distribution cache |-> error decoding response body |-> request or response body error |-> error reading a body from connection `-> connection reset help: `tokenizers` (v0.21.1) was included because `immich-ml` (v1.129.0) depends on `tokenizers` [ERROR] in line 321: exit code 0: while executing command uv -q sync --extra cpu --no-cache --active [ERROR] in line 1233: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"$var_install".sh)" $? ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issue label 2025-11-20 05:11:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1477