You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi - first time trying to install this and i am experiencing this error:
sudo python3 main.py --led-gpio-mapping="adafruit-hat" --led-slowdown-gpio=2
Traceback (most recent call last):
File "/home/pi/led-stock-ticker/main.py", line 7, in
from rgbmatrix import RGBMatrix
ModuleNotFoundError: No module named 'rgbmatrix'
any help is appreciated.
thank you
The text was updated successfully, but these errors were encountered:
hi - first time trying to install this and i am experiencing this error:
sudo python3 main.py --led-gpio-mapping="adafruit-hat" --led-slowdown-gpio=2
Traceback (most recent call last):
File "/home/pi/led-stock-ticker/main.py", line 7, in
from rgbmatrix import RGBMatrix
ModuleNotFoundError: No module named 'rgbmatrix'
any help is appreciated.
thank you
The text was updated successfully, but these errors were encountered: