rm-hull / luma.led_matrix

Python module to drive LED Matrices & 7-segment displays (MAX7219) and RGB NeoPixels (WS2812 / APA102)
https://luma-led-matrix.readthedocs.io
MIT License
523 stars 157 forks source link

luma.led_matrix not working on ZeroSeg 7-segment device after "Bullseye" install #265

Closed linuxminty closed 2 years ago

linuxminty commented 2 years ago

Type of Raspberry Pi

Model 4B, 2GB

Linux Kernel version

Linux raspberrypi-4B 5.10.63-v7l+ #1488 SMP Thu Nov 18 16:15:28 GMT 2021 armv7l GNU/Linux p

Expected behaviour

I use the ZeroSeg to display time and date with code from luma.led_matrix. It worked well with Buster operating system.

Actual behaviour

After installing "Bullseye" RPi operating system and attempting to run the luma.led_matrix code, I get the following error:

Traceback (most recent call last):
  File "/home/pi/luma7datetime.py", line 15, in <module>
    from luma.led_matrix.device import max7219
ModuleNotFoundError: No module named 'luma'

I tried to reinstall from https://luma-led-matrix.readthedocs.io/en/latest/install.html, but get the same error message. Help getting this fixed would be greatly appreciated.

thijstriemstra commented 2 years ago

duplicate of #260