"No Module Named 'RGBMAtrix'" #564
-
I'm getting the following error while trying to run the scoreboard server software. I've installed RPI-RGB-LED-MATRIX by itself and am able to produce images on my RGB LED screen. I've followed the instructions here on the GitHub, but this is beyond me. Any idea what may be going on and how to resolve this? Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Looking at this: When you ran the install.sh, were there any errors? Looks like something failed in the section that installed the rbgmatrix submodule, lines 137-149. |
Beta Was this translation helpful? Give feedback.
-
I did see an error about Cython3, so I followed your advice and installed Cython3 and then ran install.sh again. It installed, but now I'm getting the following error when I run main.py.
If I run just main.py, with no arguments, I get the following return.
Running just "main.py --led-no-hardware-pulse NO_LED_HARDWARE_PULSE" takes me back to the original error above.
Thanks for the help! |
Beta Was this translation helpful? Give feedback.
I think that JSONDecodeError is happening while trying to decode the config file. Is there maybe a value missing for a field?
As a test, if you rename/remove the config file and try to start it up, does that work? That could point to the config file having some kind of issue. Hopefully this is it for you!