
I have tried installing python 3 from source as well as just through apt-get but can't get the engine to start, no error messages
Running latest beta 3.8650
Moderator: leecollings
Code: Select all
2021-03-14 14:17:42.442 Status: EventSystem: reset all device statuses...
2021-03-14 14:17:42.444 Status: EventSystem - Python: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2021-03-14 14:17:42.448 Status: EventSystem: Started
Code: Select all
Version: 2020.2
Build Hash: b63341bc0
Compile Date: 2020-04-26 14:47:55
dzVents Version: 3.0.2
Python Version: None
Can you try again after
Code: Select all
sudo apt install libpython3.9 libpython3.9-dev python3.9-dev
Checked these allready earlier :waaren wrote: ↑Sunday 14 March 2021 13:43Can you try again after
Code: Select all
sudo apt install libpython3.9 libpython3.9-dev python3.9-dev
Code: Select all
libpython3.9 is already the newest version (3.9.2-1).
libpython3.9-dev is already the newest version (3.9.2-1).
libpython3.9-dev set to manually installed.
python3.9-dev is already the newest version (3.9.2-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Code: Select all
sudo find / -name libpython3.9-dev
/usr/share/lintian/overrides/libpython3.9-dev
/usr/share/doc/libpython3.9-dev
Code: Select all
dpkg --get-selections | grep libpython
libpython3-stdlib:amd64 install
libpython3.8-minimal:amd64 deinstall
libpython3.9:amd64 install
libpython3.9-dev:amd64 install
libpython3.9-minimal:amd64 install
libpython3.9-stdlib:amd64 install
I am on different hardware (Intel NUC) but also on bullseye.
Code: Select all
dpkg --get-selections | grep libpython | grep -Ev "2.7|3.7|3.8"
libpython3-dev:amd64 install
libpython3-stdlib:amd64 install
libpython3.9:amd64 install
libpython3.9-dev:amd64 install
libpython3.9-minimal:amd64 install
libpython3.9-stdlib:amd64 install
Users browsing this forum: madpatrick and 1 guest