Looks like I messed up with the Python installation, now there is a version mismatch, and TinyTUYA-Plugin still fails.
How to solve this ?
Hardware: RPI4
Domoticz version:
Code: Select all
Version: 2024.6
Build Hash: 259ca0b04
Compile Date: 2024-07-08 10:26:15
dzVents Version: 3.1.8
Python Version: 3.8.15 (default, Jul 10 2024, 21:42:33) [GCC 8.3.0]
Code: Select all
pi@raspberrypi:~ $ python3 -V
Python 3.8.15
pi@raspberrypi:~ $ sudo apt install python3
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3 is already the newest version (3.7.3-1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
pi@raspberrypi:~ $ dpkg --get-selections | grep libpython
libpython-all-dev:armhf install
libpython-dev:armhf install
libpython-stdlib:armhf install
libpython2-dev:armhf install
libpython2-stdlib:armhf install
libpython2.7:armhf install
libpython2.7-dev:armhf install
libpython2.7-minimal:armhf install
libpython2.7-stdlib:armhf install
libpython3-dev:armhf install
libpython3-stdlib:armhf install
libpython3.7:armhf install
libpython3.7-dev:armhf install
libpython3.7-minimal:armhf install
libpython3.7-stdlib:armhf install
https://github.com/Xenomes/Domoticz-Tin ... issues/109