Page 1 of 1

Debian 11 install Domoticz 2022.2 no python loaded

Posted: Wednesday 01 February 2023 11:28
by tonbor
Installed Domoticz 2022.2 fresh at Debian 11 NUC. No python loaded by Domoticz. Python is installed version 3.9, see picture. Any suggestions?


About Domoticz
Version: 2022.2
Build Hash: eea9db734
Compile Date: 2022-11-05 13:05:35
dzVents Version: 3.1.8
Python Version: None

Re: Debian 11 install Domoticz 2022.2 no python loaded

Posted: Wednesday 01 February 2023 11:49
by Sjonnie2017
You need more than just the libs. Have you installed PYthon3?

Re: Debian 11 install Domoticz 2022.2 no python loaded

Posted: Wednesday 01 February 2023 13:56
by waltervl

Re: Debian 11 install Domoticz 2022.2 no python loaded

Posted: Wednesday 01 February 2023 18:09
by tonbor
Sjonnie2017 wrote: Wednesday 01 February 2023 11:49 You need more than just the libs. Have you installed PYthon3?
rob@NUC5-Rob:~$ python3 -V
Python 3.9.2
rob@NUC5-Rob:~$ dpkg --get-selections | grep libpython
libpython3-stdlib:amd64 install
libpython3.9:amd64 install
libpython3.9-minimal:amd64 install
libpython3.9-stdlib:amd64 install
rob@NUC5-Rob:~$

Re: Debian 11 install Domoticz 2022.2 no python loaded

Posted: Wednesday 01 February 2023 19:10
by Sjonnie2017
The wiki says:
If you still do not see the python version in Domoticz menu Setup - About Domoticz please install python3-dev:

sudo apt install python3-dev

Restart Domoticz.
Have you tried that?

Re: Debian 11 install Domoticz 2022.2 no python loaded

Posted: Wednesday 01 February 2023 21:16
by tonbor
Yes, still no python in the about of Domoticz, but ..... python is present and working.

Re: Debian 11 install Domoticz 2022.2 no python loaded

Posted: Wednesday 01 February 2023 21:22
by waltervl
While starting Domoticz it will normally log some info on Python. Are there some clues to see?

Re: Debian 11 install Domoticz 2022.2 no python loaded

Posted: Thursday 02 February 2023 3:35
by sieth
I had to do this for it to work:

wget http://nz2.archive.ubuntu.com/ubuntu/po ... _amd64.deb

sudo dpkg -i *.deb

Maybe, it will work for you as well.