ThomDietrich / miflora-mqtt-daemon

Linux service to collect and transfer Xiaomi Mi Flora plant sensor data via MQTT to your smart home system, with cluster support 🌱🌼πŸ₯€πŸ‘🌳
MIT License
606 stars 141 forks source link

No module named 'unidecode' #143

Closed FlorianBfr closed 3 years ago

FlorianBfr commented 3 years ago

Hello, My system is a Rpi 3 B+ with Debian Buster 10 32bits. When I start the script I have an error : Traceback (most recent call last): File "miflora-mqtt-daemon.py", line 14, in from unidecode import unidecode ModuleNotFoundError: No module named 'unidecode'

I've installed "PIP3 install Unicode", but trouble is not solved. Any idea ?

ThomDietrich commented 3 years ago

Seems like you missed the requirements listed in requirements.txt.

sudo pip3 install -r requirements.txt
FlorianBfr commented 3 years ago

Exactly I've miss this line. Thank you Very good job, work fine Bye