jsegaert / iocage-plugin-deluge-pip

3 stars 5 forks source link

`ModuleNotFoundError: No module named 'deluge'` when trying to start deluged service #4

Closed griest024 closed 2 years ago

griest024 commented 2 years ago

This is caused by the fact that the service script references the system binary /usr/local/bin/deluged, not the user one ~/.local/bin/deluged or the pip deps are not available in the context in which the service is starting because the deluged command is run as root.