Error with Argononed

I want my Argon fan to stay off as long as the temperature stays below 50 degrees.

i tried:

curl https://download.argon40.com/argon1.sh | bash
sudo systemctl enable argononed
sudo service argononed start

nano /etc/argononed.conf

#
# Argon One Fan Speed Configuration
#
# Min Temp=Fan Speed
0=0
55=10
60=55
65=100

I get the following error message

root@DietPi:~# systemctl status argononed
● argononed.service - Argon One Fan and Button Service
     Loaded: loaded (/lib/systemd/system/argononed.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Thu 2023-02-09 12:02:10 CET; 56s ago
    Process: 601 ExecStart=/usr/bin/python3 /usr/bin/argononed.py (code=exited, status=1/FAILURE)
   Main PID: 601 (code=exited, status=1/FAILURE)
        CPU: 84ms

Feb 09 12:02:10 DietPi systemd[1]: argononed.service: Scheduled restart job, restart counter is at 5.
Feb 09 12:02:10 DietPi systemd[1]: Stopped Argon One Fan and Button Service.
Feb 09 12:02:10 DietPi systemd[1]: argononed.service: Start request repeated too quickly.
Feb 09 12:02:10 DietPi systemd[1]: argononed.service: Failed with result 'exit-code'.
Feb 09 12:02:10 DietPi systemd[1]: Failed to start Argon One Fan and Button Service.

I have reinstalled Argononed twice and still get the error

Looks like it is missing a package. Try:

sudo python3 -i /usr/bin/argononed.py SERVICE

This will attempt to start the service interactively so… you may be able to see an error message. Please post that message. I suspect that the install script is not downloading everything needed for DietPi