You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The venv must be prepared:
python -m venv --system-site-packages env
and activated
source env/bin/activate
before PIP is used to install the requirements.
for the package a pr is made to update the template.service
Brgds André
The text was updated successfully, but these errors were encountered:
Hi all,
because bookworm enforeces virtual enviroments for python we need to make some changes in below snippet:
openhabian/functions/packages.bash
Lines 444 to 445 in 9d6fbd6
The venv must be prepared:
python -m venv --system-site-packages env
and activated
source env/bin/activate
before PIP is used to install the requirements.
for the package a pr is made to update the template.service
Brgds André
The text was updated successfully, but these errors were encountered: