please help #534
Replies: 4 comments 13 replies
-
Same thing here. Not sure why? I'm putting together a new scoreboard and ran into the same error. I created this project a while ago on a separate pi and don't remember this occurring. Anyone have any ideas? |
Beta Was this translation helpful? Give feedback.
-
sudo python3 main.py --led-gpio-mapping=adafruit-hat-pwm --led-rows=64 --led-cols=128 --led-rgb-sequence=BGR --led-brightness=60 --led-slowdown-gpio=2 --led-row-addr-type=3 This is my starting lines. |
Beta Was this translation helpful? Give feedback.
-
Friendly reminder -- v8 and higher changes the startup commands. sudo ./main.py <FLAGS> https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard?tab=readme-ov-file#usage |
Beta Was this translation helpful? Give feedback.
-
I’m still having this issue. When trying to manually install statsapi I get this: DEPRECATION: Loading egg at /home/pi/nhlsb-venv/lib/python3.11/site-packages/rgbmatrix-0.0.1-py3.11-linux-armv7l.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330 I am also running the nhl led board separately I can see the mlb logo flashing on my matrix panel but that’s about it seems like a boot loop |
Beta Was this translation helpful? Give feedback.
-
Hi i am very new to all of this, trying to get this to run and I am getting:
python3 main.py
Traceback (most recent call last):
File "/home/pi/mlb-led-scoreboard/main.py", line 4, in
from data.screens import ScreenType
File "/home/pi/mlb-led-scoreboard/data/init.py", line 5, in
from data import status
File "/home/pi/mlb-led-scoreboard/data/status.py", line 1, in
from data.scoreboard.inning import Inning
File "/home/pi/mlb-led-scoreboard/data/scoreboard/init.py", line 1, in
from data.game import Game
File "/home/pi/mlb-led-scoreboard/data/game.py", line 5, in
import statsapi
ModuleNotFoundError: No module named 'statsapi'
any help is appreciated thanks
Beta Was this translation helpful? Give feedback.
All reactions