Im so noob, i can exexute the examples of the rpi-rgb-led-matrix with success but when i trie execute with python i have this error:
kike@raspberrypi:~/rpi-rgb-led-matrix/bindings/python/samples $ sudo python runtext.py -D -m 0 --led-no-hardware-pulse --led-gpio-mapping=regular --led-slowdown-gpio=2 --led-rows=64 --led-cols=64 --led-chain=2
Traceback (most recent call last):
File “/home/kike/rpi-rgb-led-matrix/bindings/python/samples/runtext.py”, line 3, in
from samplebase import SampleBase
File “/home/kike/rpi-rgb-led-matrix/bindings/python/samples/samplebase.py”, line 7, in
from rgbmatrix import RGBMatrix, RGBMatrixOptions
File “/home/kike/rpi-rgb-led-matrix/bindings/python/rgbmatrix/init.py”, line 7, in
from .core import RGBMatrix, FrameCanvas, RGBMatrixOptions
ModuleNotFoundError: No module named ‘rgbmatrix.core’
kike@raspberrypi:~/rpi-rgb-led-matrix/bindings/python/samples $
Someone can help me? I look for in google and i cant solve.
So ty for the help