Replies: 2 comments 1 reply
-
|
Also if I try to run the project I get this: ledpi@ledpi:~/LEDMatrix $ sudo python3 display_controller.py |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Are you running the legacy rasbian and not the new trixie variant? Double
check the readme for the legacy OS - nothing works on the new os yet
…On Thu, Oct 9, 2025 at 12:04 PM sjleto ***@***.***> wrote:
Also if I try to run the project I get this:
***@***.***:~/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 4, in
import pytz
ModuleNotFoundError: No module named 'pytz'
—
Reply to this email directly, view it on GitHub
<#111 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6H673B4ZHG2NRS7GPSO4D3W2BPHAVCNFSM6AAAAACIX3NO3SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINRTHA3TCOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey - Finally getting around to your suggestion to try and help the flicker by doing a fresh install. I am follow the instructions and seem to be hitting a roadblock during step 4 of your newest instructions - "First-time installation (recommended)"
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for h3
Failed to build h3
ERROR: Failed to build installable wheels for some pyproject.toml based projects (h3)
✗ An error occurred during: Install project Python dependencies (line 365, exit 1)
See the log for details: /home/ledpi/LEDMatrix/logs/first_time_install_20251009_104230.log
-- Last 50 lines from log --
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at src/h3lib/CMakeLists.txt:15 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for h3
Failed to build h3
ERROR: Failed to build installable wheels for some pyproject.toml based projects (h3)
✗ An error occurred during: Install project Python dependencies (line 365, exit 1)
See the log for details: /home/ledpi/LEDMatrix/logs/first_time_install_20251009_104230.log
-- Last 50 lines from log --
\nCommon fixes:
Any ideas?
Thanks - Sam
Beta Was this translation helpful? Give feedback.
All reactions