mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #2153] Server install.sh fails with missing django #1338
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @davemc50 on GitHub (Feb 24, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2153
OS: Debian 12.9 clean install
RMM Version v0.20.1
Standard install script
`Traceback (most recent call last):
File "/rmm/api/tacticalrmm/manage.py", line 10, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/rmm/api/tacticalrmm/manage.py", line 21, in
main()
File "/rmm/api/tacticalrmm/manage.py", line 12, in main
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
`
@davemc50 commented on GitHub (Feb 24, 2025):
Temporary workaround....
install.sh as downloaded, modify
after this line
pip install --no-cache-dir -r /rmm/api/tacticalrmm/requirements.txt
add
pip install --no-cache-dir Django
django is listed in requirements.txt, but perhaps there is a version issue.
@wh1te909 commented on GitHub (Feb 25, 2025):
closing as LXC not supported