Looks like this homeassistant instance is executed as root, and modules installed with venv (placed in home directory) are not accesible. Better is to execute server as snapd-daemon user.
I try to install tapo integration, which needs plugp100 module.
Installing this module as normal user goes ok, but is inaccesible for the server.
Installing as root generates warning:
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Strange, this message is generated when runned in venv.
Regards
Hi.
How to install additional modules in this snap?
Looks like this homeassistant instance is executed as root, and modules installed with venv (placed in home directory) are not accesible. Better is to execute server as `snapd-daemon` user.
I try to install tapo integration, which needs plugp100 module.
Installing this module as normal user goes ok, but is inaccesible for the server.
Installing as root generates warning:
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Strange, this message is generated when runned in venv.
Regards
Hi.
How to install additional modules in this snap?
Looks like this homeassistant instance is executed as root, and modules installed with venv (placed in home directory) are not accesible. Better is to execute server as
snapd-daemon
user.I try to install tapo integration, which needs plugp100 module. Installing this module as normal user goes ok, but is inaccesible for the server. Installing as root generates warning:
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Strange, this message is generated when runned in venv.
Regards
Hi,
I will have to look into this over the holidays. Feel free to make a PR if you can.
Joachim