Page 1 of 1

Ubuntu X86 server LTS PluginSystem: Failed dynamic library load

Posted: Wednesday 11 December 2024 21:31
by solarboy
Latest stable Domoticz 24/7 on latest stable Ubuntu server...

"PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform."

It won't let me install earlier python versions either.

Is there any way around this or do I have to install an older version of Ubuntu server ?

Re: Ubuntu X86 server LTS PluginSystem: Failed dynamic library load

Posted: Wednesday 11 December 2024 21:44
by solarboy
OK, found the solution

Code: Select all

sudo apt-get install python3.12-dev
Even though python 3.12 was installed. Go figure.

Re: Ubuntu X86 server LTS PluginSystem: Failed dynamic library load

Posted: Thursday 12 December 2024 16:32
by waltervl
That is indeed a known issue for the plugin framework, it needs additional python modules as indicated on the wiki:
https://wiki.domoticz.com/Using_Python_ ... _Raspbian)