ModuleNotFoundError #94
Replies: 4 comments
-
|
That's interesting - I just did a fresh install yesterday and didn't get that error. I'd ask you to run the "sudo bash first_time_install.sh" again and if that still doesn't work you should be able to run |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the reply. I’m the end I used the legacy version from the pi image creator instead of Trixie an up and running and ready to customise. |
Beta Was this translation helpful? Give feedback.
-
|
Oh yup that would’ve done it. I need to get air a few days for all the
package versions to settle down then I’ll try to make sure it works on
trixie.
…On Fri, Oct 3, 2025 at 11:46 AM smashingpumps ***@***.***> wrote:
Thanks for the reply. I’m the end I used the legacy version from the pi
image creator instead of Trixie an up and running and ready to customise.
Fantastic project, thanks so much!
—
Reply to this email directly, view it on GitHub
<#94 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6H6726IC4H4WV4CTLBVZT3V2K7BAVCNFSM6AAAAACIGDQX5OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINJYGU3TOMI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Closing - display requirements are not working with rasbian 13 / trixie, solution is to use Legacy OS (for now) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have followed the instructions up to the first "sudo python3 display_controller.py" and am getting the following error:
ledpi@ledpi:~/LEDMatrix $ sudo python3 display_controller.py
Traceback (most recent call last):
File "/home/ledpi/LEDMatrix/display_controller.py", line 9, in
from src.display_controller import main
File "/home/ledpi/LEDMatrix/src/display_controller.py", line 15, in
from src.clock import Clock
File "/home/ledpi/LEDMatrix/src/clock.py", line 7, in
from src.display_manager import DisplayManager
File "/home/ledpi/LEDMatrix/src/display_manager.py", line 13, in
import freetype
ModuleNotFoundError: No module named 'freetype'
So far I have had no luck getting anything to display at all despite green LED on the adafruit bonnet.
Any ideas what could be going on here?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions