HackerGadgets AIO Board Package

@trinity. Here are outputs you requested

Output of “python3 nrsc5-dui.py

ender@clockworkpi:~/nrsc5-dui $ python3 nrsc5-dui.py
Traceback (most recent call last):
File “/home/ender/nrsc5-dui/nrsc5-dui.py”, line 23, in
import os, pty, select, sys, shutil, re, json, datetime, numpy, glob, time, platform, io
ModuleNotFoundError: No module named ‘numpy’

Output of “uname -a”

ender@clockworkpi:~/nrsc5-dui $ uname -a
Linux clockworkpi 6.12.40-v8-16k+ #4 SMP PREEMPT Sun Jul 27 23:18:44 EDT 2025 aarch64 GNU/Linux

Output of “python3 -c ‘import sys; print(sys.path)’

ender@clockworkpi:~/nrsc5-dui $ python3 -c ‘import sys;print(sys.path)’
[‘’, ‘/usr/lib/python311.zip’, ‘/usr/lib/python3.11’, ‘/usr/lib/python3.11/lib-dynload’, ‘/home/ender/.pygpsclient/lib/python3.11/site-packages’]

Output of “dpkg -L python3-numpy’

Cannot list as the output exceeds the word count limit for posting. Output is attached here.

I’m pretty new to Linux and python so thanks again for helping with this.