Pico RGB Keypad Base support in CircuitPython

My code.py is where the original was, in the root directory.
Thonny shows the following in Shell
Adafruit CircuitPython 6.3.0 on 2021-06-01; Raspberry Pi Pico with rp2040
Its set to CircuitPython Generic.
ctrl c ctrl d gets me this

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.

code.py output:
Traceback (most recent call last):
  File "code.py", line 16, in <module>
  File "/lib/keybow_hardware/pim551.py", line 22, in __init__
RuntimeError: No pull up found on SDA or SCL; check your wiring

Code done running.

Press Ctrl-C to enter the REPL. Use CTRL-D to reload.

I’ve only tried the one example.

EDIT: Found this, not sure what it means exactly? 4:30 AM here though and only just got up, lol.
Pico RGB Keypad i2c pullup error - Discussion / Raspberry Pi - Pimoroni Buccaneers