Tasmocompiler install fails #522

Closed
opened 2025-11-20 04:49:36 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @dolomiti70 on GitHub (Feb 12, 2025).

Have you read and understood the above guidelines?

yes

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

TasmoCompiler LXC

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

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

📝 Provide a clear and concise description of the issue.

Install hangs at the step "Setup Python3". Only in verbose mode it installs because i must enter yes.
msg_info "Setup Python3"
$STD apt-get install python3-venv
msg_ok "Setup Python3"

I think the apt-install command is missing a -y

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Install Tasmocompiler in verbose mode

Paste the full error output (if available).

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
⠹The following additional packages will be installed:
python3-distutils python3-lib2to3 python3-pip-whl python3-setuptools-whl python3.11-venv
The following NEW packages will be installed:
python3-distutils python3-lib2to3 python3-pip-whl python3-setuptools-whl python3-venv python3.11-venv
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,044 kB of archives.
After this operation, 4,198 kB of additional disk space will be used.
⠏ you want to continue? [Y/n]
Get:1 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 python3-pip-whl all 23.0.1+dfsg-1 [1,717 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 python3-setuptools-whl all 66.1.1-1+deb12u1 [1,112 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 python3.11-venv amd64 3.11.2-6+deb12u5 [5,892 B]
Get:6 http://deb.debian.org/debian bookworm/main amd64 python3-venv amd64 3.11.2-1+b1 [1,200 B]
Fetched 3,044 kB in 0s (13.1 MB/s)
⠼Selecting previously unselected package python3-lib2to3.
(Reading database ... 21429 files and directories currently installed.)
Preparing to unpack .../0-python3-lib2to3_3.11.2-3_all.deb ...
Unpacking python3-lib2to3 (3.11.2-3) ...
⠴Selecting previously unselected package python3-distutils.
Preparing to unpack .../1-python3-distutils_3.11.2-3_all.deb ...
Unpacking python3-distutils (3.11.2-3) ...
⠦Selecting previously unselected package python3-pip-whl.
Preparing to unpack .../2-python3-pip-whl_23.0.1+dfsg-1_all.deb ...
Unpacking python3-pip-whl (23.0.1+dfsg-1) ...
⠇Selecting previously unselected package python3-setuptools-whl.
Preparing to unpack .../3-python3-setuptools-whl_66.1.1-1+deb12u1_all.deb ...
Unpacking python3-setuptools-whl (66.1.1-1+deb12u1) ...
⠏Selecting previously unselected package python3.11-venv.
Preparing to unpack .../4-python3.11-venv_3.11.2-6+deb12u5_amd64.deb ...
Unpacking python3.11-venv (3.11.2-6+deb12u5) ...
Selecting previously unselected package python3-venv.
⠋Preparing to unpack .../5-python3-venv_3.11.2-1+b1_amd64.deb ...
Unpacking python3-venv (3.11.2-1+b1) ...
Setting up python3-setuptools-whl (66.1.1-1+deb12u1) ...
Setting up python3-pip-whl (23.0.1+dfsg-1) ...
⠙Setting up python3-lib2to3 (3.11.2-3) ...
⠹Setting up python3-distutils (3.11.2-3) ...
⠸Setting up python3.11-venv (3.11.2-6+deb12u5) ...
⠼Setting up python3-venv (3.11.2-1+b1) ...
✔️ Setup Python3

🖼️ Additional context (optional).

No response

Originally created by @dolomiti70 on GitHub (Feb 12, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? TasmoCompiler LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/tasmocompiler.sh)" ### 📝 Provide a clear and concise description of the issue. Install hangs at the step "Setup Python3". Only in verbose mode it installs because i must enter yes. msg_info "Setup Python3" $STD apt-get install python3-venv msg_ok "Setup Python3" I think the apt-install command is missing a -y ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Install Tasmocompiler in verbose mode ### ❌ Paste the full error output (if available). Reading package lists... Done Building dependency tree... Done Reading state information... Done ⠹The following additional packages will be installed: python3-distutils python3-lib2to3 python3-pip-whl python3-setuptools-whl python3.11-venv The following NEW packages will be installed: python3-distutils python3-lib2to3 python3-pip-whl python3-setuptools-whl python3-venv python3.11-venv 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 3,044 kB of archives. After this operation, 4,198 kB of additional disk space will be used. ⠏ you want to continue? [Y/n] Get:1 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 python3-pip-whl all 23.0.1+dfsg-1 [1,717 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 python3-setuptools-whl all 66.1.1-1+deb12u1 [1,112 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 python3.11-venv amd64 3.11.2-6+deb12u5 [5,892 B] Get:6 http://deb.debian.org/debian bookworm/main amd64 python3-venv amd64 3.11.2-1+b1 [1,200 B] Fetched 3,044 kB in 0s (13.1 MB/s) ⠼Selecting previously unselected package python3-lib2to3. (Reading database ... 21429 files and directories currently installed.) Preparing to unpack .../0-python3-lib2to3_3.11.2-3_all.deb ... Unpacking python3-lib2to3 (3.11.2-3) ... ⠴Selecting previously unselected package python3-distutils. Preparing to unpack .../1-python3-distutils_3.11.2-3_all.deb ... Unpacking python3-distutils (3.11.2-3) ... ⠦Selecting previously unselected package python3-pip-whl. Preparing to unpack .../2-python3-pip-whl_23.0.1+dfsg-1_all.deb ... Unpacking python3-pip-whl (23.0.1+dfsg-1) ... ⠇Selecting previously unselected package python3-setuptools-whl. Preparing to unpack .../3-python3-setuptools-whl_66.1.1-1+deb12u1_all.deb ... Unpacking python3-setuptools-whl (66.1.1-1+deb12u1) ... ⠏Selecting previously unselected package python3.11-venv. Preparing to unpack .../4-python3.11-venv_3.11.2-6+deb12u5_amd64.deb ... Unpacking python3.11-venv (3.11.2-6+deb12u5) ... Selecting previously unselected package python3-venv. ⠋Preparing to unpack .../5-python3-venv_3.11.2-1+b1_amd64.deb ... Unpacking python3-venv (3.11.2-1+b1) ... Setting up python3-setuptools-whl (66.1.1-1+deb12u1) ... Setting up python3-pip-whl (23.0.1+dfsg-1) ... ⠙Setting up python3-lib2to3 (3.11.2-3) ... ⠹Setting up python3-distutils (3.11.2-3) ... ⠸Setting up python3.11-venv (3.11.2-6+deb12u5) ... ⠼Setting up python3-venv (3.11.2-1+b1) ... ✔️ Setup Python3 ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Feb 12, 2025):

Done

@MickLesk commented on GitHub (Feb 12, 2025): Done
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#522