-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to install Luma Led Matrix with Raspberry Pi OS Bookworm #293
Comments
Follow these instructions: https://github.com/rm-hull/luma.oled/blob/master/doc/software.rst#software but install luma.led_matrix instead of luma.oled in last step. |
Thank you for your prompt reply and suggestion. I hope I'm following your directions correctly and in the right order: (1) created the virtual environment, (2) installed the latest version of the library, then (3) attempted to install the dependencies, which ended with the error message below.
|
As you suggested, I'm trying to follow the instructions in the link you provided, but am unsuccessful. I'm unsure about what you refer to as the "last step," where I'm to "install luma.led_matrix instead of luma.oled." Here is the output of the steps I've tried: Second, I ran The output is:
If these are the correct steps/commands, what is the next step? Do I now need to go to the "Installing from PyPi" instructions? Thank you for any assistance you can offer. |
Everything seems to be installed correctly, you're good to go. Try luma.examples repository for examples or luma.led_matrix for general docs. |
Hi thijstriemstra--Still not successful...when I run
|
you need to use |
running |
I'm still trying to get the ZeroSeg display to work wth Raspberry Pi OS Bookworm. I cloned the luma.examples from https://github.com/rm-hull/luma.examples and then tried to run sevensegment_demo.py with the result:
Earlier, I tried to reinstall from PyPi https://luma-led-matrix.readthedocs.io/en/latest/install.html#installing-from-pypi
I don't know what else to try. Help, please. |
Now, several months after my initial efforts, this issue remains unresolved for me and I continue to try to get luma.led to work with my ZeroSeg 7-segment display and Raspberry Pi 4 running Bookworm. To that end, here are the recent steps I've taken, listed in order:
I'm missing something, but don't know what it is. What do I need to do to run luma.led successfully with Bookworm? Thank you for any guidance. |
https://luma-led-matrix.readthedocs.io/en/latest/install.html#pre-requisites NO sudo anywhere pip install --upgrade --ignore-installed pip setuptools --break-system-packages python3 -m pip install --upgrade luma.led_matrix --break-system-packages #Ran my 8x8 matrix example via “python3 small2a.py” #Warning installed in '/home/david/.local/bin' which is not on PATH I’m a total Linux noob. This is surely the wrong solution ( --break-system-packages ) !!!!! but it worked for me. This is on Rapsberry Pi 5 and bookworm. The original post was about 7 segment via luma, I have only tested 7219 8x8 matrix via luma |
Why is this marked as "Completed"? It is still unresolved for me, as noted in my last post of June 9. I didn't follow the comments by SeagullPz, as they didn't appear to be specific for the seven-segment display, which I'm trying to use with Raspberry Pi OS Bookworm. Specific details of what to do (steps to follow) for the the seven-segment display to run under Bookworm would be welcome. Thank you again. |
I guess I read the wrong comment. |
I'm trying to get the seven-segment display to work with my RPi 4, running Bookworm. (It worked fine with Bullseye.)
Type of Raspberry Pi
Model 4, 1GB
Linux Kernel version
Linux raspberrypi-4B 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
Actual behaviour
Using the instructions to install from PyPi,
sudo -H pip install --upgrade --ignore-installed pip setuptools
shows thisPlease provide guidance on how to get the Luma Led Matrix properly installed on this Pi. Thank you.
The text was updated successfully, but these errors were encountered: