ImportError: no module named 'tca'

Hello. I recently purchased a Yukon board and I am trying to run the very basic blink_led.py that I copied from github. However, whenever I try to run it I get this error message:

Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
  File "/lib/pimoroni_yukon/__init__.py", line 7, in <module>
ImportError: no module named 'tca'

I ran this on my PC:

pip install tca

But I continue to get this error. Any help would be great!

I’m not sure what ships on the Yukon, firmware wise? You may need to flash it with the pimoroni-yukon-vX.X.X-micropython-with-filesystem.uf2 to get all the available features.
pimoroni/yukon (github.com)

Release Version v1.0.1 · pimoroni/yukon (github.com)