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!