johniak / word-clock

21 stars 0 forks source link

Clock doesn't start #7

Open dragonnice01 opened 1 week ago

dragonnice01 commented 1 week ago

Hi, I installed everything as described but get the following error:

sudo python3 src/wordclock/main.py --pin D12 --brightness 0.5 --gif ../../heart-art.gif Traceback (most recent call last): File "/home/marcusthurand/word-clock-main/raspberry-pi/src/wordclock/main.py", line 3, in from clock_display_hal import ClockDisplayHAL File "/home/marcusthurand/word-clock-main/raspberry-pi/src/wordclock/clock_display_hal.py", line 1, in import board ModuleNotFoundError: No module named 'board'

is there something wrong with the python installation? Thx

johniak commented 1 week ago

Thanks, for the input I will try to fix this issue :)