mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #279] Error while updating from 0.4.7 to 0.4.9 #2123
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#2123
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 @saulens22 on GitHub (Feb 17, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/279
@wh1te909 commented on GitHub (Feb 17, 2021):
Hi in the end did everything still work? It should fall back to using setup.py to install uwsgi if it fails to compile.
I've seen this before, usually is a problem with the C compiler on your box, just google those error messages related to uwsgi think you have to do a
apt install build-essentialor something similar@saulens22 commented on GitHub (Feb 17, 2021):
I think it still works correctly. Will try that.
@saulens22 commented on GitHub (Feb 18, 2021):
Maybe it was just temporary issue with building. Another update went smoothly.
@wh1te909 commented on GitHub (Feb 18, 2021):
ok awesome yea happens randomly to me too sometimes on my test server, i just repair
build-essentialsor reinstall the C compiler and that fixes it