-
Notifications
You must be signed in to change notification settings - Fork 96
Fresh install not working #416
Comments
by which version of the software we mean the version of the NHL scoreboard you are running. what you posted is the version of raspberry pi OS. We are aware that there is a new version of Pillow but it is not compatible with the current version and we force install the version that is compatible. when you say fresh install, do you mean you pulled the latest version. |
Sorry. Yes, fresh install meaning I just flashed a new SD card, and followed the step by step instructions utilizing the git pull |
Try installing the Raspbien Lite version of raspberry pi, the latest version of raspberry pi is not fully supported yet. |
I think we need to update the rgbmatrix submodule to the latest version. I'm pretty sure we can get by without forcing the cython compilation with the newest version of the submodule. Also, the whole installation setup needs to be revisited to work properly with Bullseye (and the upcoming version Debian 12 Bookworm). Raspberry Pi still offers the Buster install as Raspberry Pi OS (legacy). That's what we support. You can try commenting out these two lines in the install.sh
See if this fixes the rgbmatrix compilation. |
Make sure it's the Raspbian Pi OS Lite (Legacy), that one is the Debian 10 (Buster) version |
Sorry to keep bugging you... I just did this again using the buster version of Raspberry Pi OS (Legacy) and I'm still having the exact same issue as described above. EDIT: I started over Raspberry Pi OS Lite (Bullseye), and commented out those two lines and it's running fine. |
I also ran into this issue, looks like whatever was causing an issue in Commenting those lines out of the |
Next release removes those lines in the install script. |
Describe the bug
It seems that python3-pillow may not be getting properly installed. Every attempt at running
sudo scripts/aptfile apt-requirements
returns this exact screenshot (note the [NEW] next to pillow)EDIT: This is fixed by changing
python3-pillow
topython3-pil
Logs
Running ./script/install.sh leads to this:
Your config file
A screen shot of your config.json file can be really useful to help you.
Hardware you are using
Raspberry Pi 3 Model B Rev 1.2
The Matrix driver (Adafruit Bonnet or Adafruit HAT)
Adafruit Bonnet
Anti-flicker mod or not?
Yes
Software
The text was updated successfully, but these errors were encountered: