RuntimeError: No ADC detected, check your connections

Hi, I just did a fresh install of noobs on a 32 gig SD card on a Raspberry Pi 4 Model B Rev 1.1. The install script for the automation hat ran successfully. I tried to run the example scripts to verify the install was successful but I get this:

pi@raspberrypi4:~/Pimoroni/automationhat/examples $ ./relay.py
Traceback (most recent call last):
File “./relay.py”, line 8, in
if automationhat.is_automation_hat():
File “/usr/lib/python2.7/dist-packages/automationhat/init.py”, line 303, in is_automation_hat
setup()
File “/usr/lib/python2.7/dist-packages/automationhat/init.py”, line 357, in setup
raise RuntimeError(“No ADC detected, check your connections”)
RuntimeError: No ADC detected, check your connections

Not sure what to do with that.

Never mind, it wasn’t making a good connection. Works now.