This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Description
Hi!
After installation, simple giardian produces this constanlty.
I presume the Restart=on-failure makes this a repeating trial-and-failure
BTW, why add user to the adm group (which is non-uniformly-existing across distros), I had to comment it out from install.py.
journalctl -u simple-guardian
...
Mar 22 08:31:41 xyx python[15299]: new requirements are present, updating...
Mar 22 08:31:41 xyz python[15299]: !!!!! updating requirements failed!!!
Mar 22 08:31:41 xyz python[15299]: ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
Mar 22 08:31:42 xyz python[15299]: WARNING: You are using pip version asdf; however, version asdf is available.
Mar 22 08:31:42 xyz python[15299]: You should consider upgrading via the '/usr/share/simple-guardian/venv/bin/python -m pip install --upgrade pip' command.
...