Error installing fan shim software

Hi folks.

I’m getting this error when I run sudo ./install.sh with the fan shim software

pi@raspberrypi:~/fanshim-python $ sudo ./install.sh
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named configparser
Error parsing configuration...

Pi4, Buster all patched.

Any ideas please?

Thanks.

1 Like

Is that Buster lite?

You need to sudo apt install python-configparser

Update: Pushed a fix for this to the repository.

Yes, that’s it exactly. Thank you.