[GH-ISSUE #2152] server install.sh dependency missing python3.11-venv #1335

Closed
opened 2026-03-02 02:22:36 +03:00 by kerem · 3 comments
Owner

Originally created by @davemc50 on GitHub (Feb 24, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2152

  • OS: Debian 12

  • RMM Version v0.20.1

  • Standard install.sh

Debian 12 clean install, nor the 3.11.8 download include python venv

Install script fails
`
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt install python3.11-venv

./install.sh: line 599: python: command not found
`

Python is installed by manual specific version download
Resolution amend after line 366 to add python3.11-venv

Originally created by @davemc50 on GitHub (Feb 24, 2025). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2152 - OS: Debian 12 - RMM Version v0.20.1 - Standard install.sh Debian 12 clean install, nor the 3.11.8 download include python venv Install script fails ` The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt install python3.11-venv ./install.sh: line 599: python: command not found ` Python is installed by manual specific version download Resolution amend after line 366 to add python3.11-venv
kerem closed this issue 2026-03-02 02:22:36 +03:00
Author
Owner

@wh1te909 commented on GitHub (Feb 24, 2025):

which debian ISO did you use?

<!-- gh-comment-id:2679615941 --> @wh1te909 commented on GitHub (Feb 24, 2025): which debian ISO did you use?
Author
Owner

@wh1te909 commented on GitHub (Feb 25, 2025):

closing as LXC not supported

<!-- gh-comment-id:2681073668 --> @wh1te909 commented on GitHub (Feb 25, 2025): closing as LXC not supported
Author
Owner

@davemc50 commented on GitHub (Feb 25, 2025):

Proxmox 8.2 using containers, template image debian-12-standard-12.7-1_amd64.tar.zst upgraded to 12.9

<!-- gh-comment-id:2681074011 --> @davemc50 commented on GitHub (Feb 25, 2025): Proxmox 8.2 using containers, template image debian-12-standard-12.7-1_amd64.tar.zst upgraded to 12.9
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/tacticalrmm#1335
No description provided.