Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added solution for missing python deps when running as service #63

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

potatoes1286
Copy link
Contributor

Summary

As i was installing this as a service on Ubuntu service 20.04.5 LTS, i came across three issues:

  1. /venv/ in service file was incorrectly written as /env/
  2. user was predefined as brecht, which would cause the service to fail as user did not exist (may vary by machine)
  3. service was unable to access installed python dependencies from the virtual environment and user space- and required installing from superuser

Details

  1. renamed /env/ to /venv/
  2. user entry was changed to <user> for the end user to change
  3. added instructions on how to install requirements system-wide should the service not be able to access the virtual environment installed requirements

Checks

  • In case of new feature, add short overview in docs/<corresponding file>
  • Tested changes

+ fixed a typo and removed predefined user name
@Linbreux Linbreux merged commit 334e1d4 into Linbreux:main Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants