aceinnolab / Inkycal

Create awesome e-paper dashboards within minutes! Modularity? Check! Python3? Check? Works on Raspberry Pi Zero W? Check! Support for own modules? Check!
https://aceinnolab.github.io/Inkycal/
GNU General Public License v3.0
1.15k stars 124 forks source link

v2.0.2 not working: Illegal instruction #249

Closed weidingerc closed 1 year ago

weidingerc commented 1 year ago

Hi all,

I wanted to update to v2.0.2 from v2.0.0.

To have a clean install I started completely new by installing the newest Raspbian OS. I then followed the steps described in the readme. Unfortunately when starting inky_run.py it always returns "Illegal instruction".

What am I doing wrong? :/

aceisace commented 1 year ago

Hi there, thanks for reporting this issue. Could you please provide the full traceback or a a screenshot of the error?

This issue is a bit more difficult to fix since it's basically an incompatibility between the OS and a package. In the meantime, you can try using InkcalOS from the releases page (v2.0.1)

weidingerc commented 1 year ago

Here's the screenshot

Bildschirmfoto 2023-04-03 um 17 53 31

Ok, I can try 2.0.1 in the meantime.

aceisace commented 1 year ago

Thanks for the screenshot! I'll fix this as soon as I can. It seems this is somehow very specific to the current release of Raspberry Pi OS and python. On my Mac, I cannot reproduce it, but I'll test this on my Raspberry Pi soon.

Just for reference, could you provide some additional details about the setup? Which version of Raspberry Pi python are you using? To find the python version within the virtual environment, you can type which python or which python3

weidingerc commented 1 year ago

Ok I guess I found the issue. The question is how to solve it... When I type python -v or python3 -v the following output occurs:

(venv) pi@raspberrypi:~/Inkycal $ python -v
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /usr/lib/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/encodings/__init__.py
# code object from '/usr/lib/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib/python3.9/codecs.py
# code object from '/usr/lib/python3.9/__pycache__/codecs.cpython-39.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0xb678ba90>
# /usr/lib/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/encodings/aliases.py
# code object from '/usr/lib/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0xb6727a30>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0xb678b988>
# /usr/lib/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib/python3.9/encodings/utf_8.py
# code object from '/usr/lib/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0xb678b8e0>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib/python3.9/encodings/latin_1.py
# code object from '/usr/lib/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0xb6727b38>
# /usr/lib/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib/python3.9/io.py
# code object from '/usr/lib/python3.9/__pycache__/io.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib/python3.9/abc.py
# code object from '/usr/lib/python3.9/__pycache__/abc.cpython-39.pyc'
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0xb6727e80>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0xb6727d00>
# /usr/lib/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib/python3.9/site.py
# code object from '/usr/lib/python3.9/__pycache__/site.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib/python3.9/os.py
# code object from '/usr/lib/python3.9/__pycache__/os.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib/python3.9/stat.py
# code object from '/usr/lib/python3.9/__pycache__/stat.cpython-39.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0xb673cf40>
# /usr/lib/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib/python3.9/_collections_abc.py
# code object from '/usr/lib/python3.9/__pycache__/_collections_abc.cpython-39.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0xb673cf58>
# /usr/lib/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib/python3.9/posixpath.py
# code object from '/usr/lib/python3.9/__pycache__/posixpath.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib/python3.9/genericpath.py
# code object from '/usr/lib/python3.9/__pycache__/genericpath.cpython-39.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0xb66e67c0>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0xb66d2448>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0xb673c628>
# /usr/lib/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib/python3.9/_sitebuiltins.py
# code object from '/usr/lib/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0xb673cd00>
# /usr/lib/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib/python3.9/_bootlocale.py
# code object from '/usr/lib/python3.9/__pycache__/_bootlocale.cpython-39.pyc'
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0xb66e6a78>
# /home/pi/Inkycal/venv/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc matches /home/pi/Inkycal/venv/lib/python3.9/site-packages/_distutils_hack/__init__.py
# code object from '/home/pi/Inkycal/venv/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc'
import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0xb66e6e08>
# /usr/lib/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib/python3.9/types.py
# code object from '/usr/lib/python3.9/__pycache__/types.cpython-39.pyc'
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0xb66ff508>
# /usr/lib/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/importlib/__init__.py
# code object from '/usr/lib/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib/python3.9/warnings.py
# code object from '/usr/lib/python3.9/__pycache__/warnings.cpython-39.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0xb66ffac0>
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0xb66ff8f8>
# /usr/lib/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/importlib/util.py
# code object from '/usr/lib/python3.9/importlib/__pycache__/util.cpython-39.pyc'
# /usr/lib/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib/python3.9/importlib/abc.py
# code object from '/usr/lib/python3.9/importlib/__pycache__/abc.cpython-39.pyc'
# /usr/lib/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib/python3.9/importlib/machinery.py
# code object from '/usr/lib/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0xb668c790>
# /usr/lib/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib/python3.9/typing.py
# code object from '/usr/lib/python3.9/__pycache__/typing.cpython-39.pyc'
# /usr/lib/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/collections/__init__.py
# code object from '/usr/lib/python3.9/collections/__pycache__/__init__.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib/python3.9/heapq.py
# code object from '/usr/lib/python3.9/__pycache__/heapq.cpython-39.pyc'
import '_heapq' # <class '_frozen_importlib.BuiltinImporter'>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0xb66c3148>
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib/python3.9/keyword.py
# code object from '/usr/lib/python3.9/__pycache__/keyword.cpython-39.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0xb66c3400>
# /usr/lib/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib/python3.9/operator.py
# code object from '/usr/lib/python3.9/__pycache__/operator.cpython-39.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0xb66c3460>
# /usr/lib/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib/python3.9/reprlib.py
# code object from '/usr/lib/python3.9/__pycache__/reprlib.cpython-39.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0xb66c3598>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0xb66a7c40>
# /usr/lib/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib/python3.9/collections/abc.py
# code object from '/usr/lib/python3.9/collections/__pycache__/abc.cpython-39.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0xb66a7d60>
# /usr/lib/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib/python3.9/contextlib.py
# code object from '/usr/lib/python3.9/__pycache__/contextlib.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib/python3.9/functools.py
# code object from '/usr/lib/python3.9/__pycache__/functools.cpython-39.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0xb6653250>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0xb66a7f40>
# /usr/lib/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib/python3.9/re.py
# code object from '/usr/lib/python3.9/__pycache__/re.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib/python3.9/enum.py
# code object from '/usr/lib/python3.9/__pycache__/enum.cpython-39.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0xb6653fe8>
# /usr/lib/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib/python3.9/sre_compile.py
# code object from '/usr/lib/python3.9/__pycache__/sre_compile.cpython-39.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib/python3.9/sre_parse.py
# code object from '/usr/lib/python3.9/__pycache__/sre_parse.cpython-39.pyc'
# /usr/lib/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib/python3.9/sre_constants.py
# code object from '/usr/lib/python3.9/__pycache__/sre_constants.cpython-39.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0xb6687190>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0xb666ed90>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0xb666ea00>
# /usr/lib/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib/python3.9/copyreg.py
# code object from '/usr/lib/python3.9/__pycache__/copyreg.cpython-39.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0xb6687dc0>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0xb66c39e8>
import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0xb668c8e0>
import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0xb66fffa0>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0xb66ff9b8>
# possible namespace for /home/pi/Inkycal/venv/lib/python3.9/site-packages/mpl_toolkits
# possible namespace for /home/pi/Inkycal/venv/lib/python3.9/site-packages/mpl_toolkits
# destroy mpl_toolkits
# /usr/lib/python3.9/__pycache__/sitecustomize.cpython-39.pyc matches /usr/lib/python3.9/sitecustomize.py
# code object from '/usr/lib/python3.9/__pycache__/sitecustomize.cpython-39.pyc'
import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0xb66ff208>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0xb673c370>
Python 3.9.2 (default, Mar 12 2021, 04:06:34) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
# extension module 'readline' loaded from '/usr/lib/python3.9/lib-dynload/readline.cpython-39-arm-linux-gnueabihf.so'
# extension module 'readline' executed from '/usr/lib/python3.9/lib-dynload/readline.cpython-39-arm-linux-gnueabihf.so'
import 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0xb66e6c88>
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.9/__pycache__/rlcompleter.cpython-39.pyc matches /usr/lib/python3.9/rlcompleter.py
# code object from '/usr/lib/python3.9/__pycache__/rlcompleter.cpython-39.pyc'
import 'rlcompleter' # <_frozen_importlib_external.SourceFileLoader object at 0xb66ff2c8>
tinolinoh commented 1 year ago

Hi there,

first of all, thank you for your amazing work! Unfortunately I am experiencing exactly the same issue:

Capture

Regards,

Tino

lukasMega commented 1 year ago

The same here with 2.0.2 on Raspberry Pi Zero W (ARM v6) Linux RPi0paper 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/Linux

lukasMega commented 1 year ago

I found a solution (most probably). At least I managed to running on my setup:

device:  Raspberry Pi Zero W (ARM v6)
OS:      DietPi
kernel:  Linux RPi0paper 6.1.21+ #1642 Mon Apr  3 17:19:14 BST 2023 armv6l GNU/Linux
Inkycal: 2.0.2

Power consumption: 0.4 W (idle) β€” 0.8 W (load) ⚑️ with disabled HDMI: sudo tvservice --off

first go into Inkycal folder and go into venv, so execute: source venv/bin/activate

if command: python3 -c "import yfinance" outputs: Illegal instruction then:

try running inkycal...

for ImportError: The _imagingft C module is not installed:

for PermissionError (PermissionError: [Errno 13] Permission denied): and also for RuntimeError: No access to /dev/mem:


and finally log out and log in (or restart). DONE 🏁


More details:

some details about my setup (πŸ‘‰ click here πŸ‘ˆ): # running processes (`sudo htop`): ``` CPU[|||| 2.6%] Mem[|||||||||||||||||||||||||||||||| 63.4M/430M] Avg[|||| 2.6%] Swp[ 0K/1.53G] Tasks: 13; 1 running Load average: 0.10 0.27 0.27 Uptime: 00:29:32 PIDβ–³USER RES NI CPU% TIME+ Command 1 root 8184 0 0.0 0:04.66 init 100 root 6468 0 0.0 0:01.24 β”œβ”€ systemd-journald 121 root 3800 0 0.0 0:00.59 β”œβ”€ systemd-udevd 211 root 1276 0 0.0 0:00.01 β”œβ”€ rngd -f 232 root 1408 0 0.0 0:00.00 β”œβ”€ dropbear -p 22 -W 65536 443 root 2396 0 0.6 0:03.59 β”‚ └─ dropbear -p 22 -W 65536 444 dietpi 4556 0 0.0 0:00.38 β”‚ └─ -bash 474 dietpi 57168 0 0.0 4:04.52 β”‚ β”œβ”€ python3 Inkycal/inky_run.py 507 root 4096 0 0.0 0:00.06 β”‚ └─ sudo htop 508 root 3784 0 1.3 0:00.76 β”‚ └─ htop 320 root 4008 0 0.0 0:00.05 β”œβ”€ wpa_supplicant -s -B -P /run/wpa_supplicant.wlan0.pid -i wlan0 -D nl80211,wext -c /etc/wpa_supplicant/wpa_supplicant.conf 326 root 4976 0 0.0 0:00.04 β”œβ”€ dhclient -4 -v -i -pf /run/dhclient.wlan0.pid -lf /var/lib/dhcp/dhclient.wlan0.leases -I -df /var/lib/dhcp/dhclient6.wlan0.leases wlan0 385 root 1820 0 0.0 0:00.02 └─ agetty -o -p -- \u --noclear tty1 linux F1Help F2Setup F3SearchF4FilterF5List F6SortByF7Nice -F8Nice +F9Kill F10Quit ``` # neofetch: ```sh-session dietpi@RPi0paper:~$ neofetch `.::///+:/-. --///+//-:`` dietpi@RPi0paper `+oooooooooooo: `+oooooooooooo: ---------------- /oooo++//ooooo: ooooo+//+ooooo. OS: Raspbian GNU/Linux 11 (bullseye) armv6l `+ooooooo:-:oo- +o+::/ooooooo: Host: Raspberry Pi Zero W Rev 1.1 `:oooooooo+`` `.oooooooo+- Kernel: 6.1.21+ `:++ooo/. :+ooo+/.` Uptime: 1 hour, 2 mins ...` `.----.` ``.. Packages: 318 (dpkg) .::::-``:::::::::.`-:::-` Shell: bash 5.1.4 -:::-` .:::::::-` `-:::- Terminal: /dev/pts/1 `::. `.--.` `` `.---.``.::` CPU: BCM2835 (1) @ 1.000GHz .::::::::` -::::::::` ` Memory: 67MiB / 429MiB .::` .:::::::::- `::::::::::``::. -:::` ::::::::::. ::::::::::.`:::- :::: -::::::::. `-:::::::: :::: -::- .-:::-.``....``.-::-. -::- .. `` .::::::::. `..`.. -:::-` -::::::::::` .:::::` :::::::` -::::::::::` :::::::. .::::::: -::::::::. :::::::: `-:::::` ..--.` ::::::. `...` `...--..` `...` .:::::::::: `.-::::-` ``` # disk usage (`df -h`): ```sh-session dietpi@RPi0paper:~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/root 15G 3.6G 11G 26% / devtmpfs 183M 0 183M 0% /dev tmpfs 215M 0 215M 0% /dev/shm tmpfs 86M 2.6M 84M 3% /run tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 1.0G 0 1.0G 0% /tmp tmpfs 50M 36K 50M 1% /var/log /dev/mmcblk0p1 127M 54M 73M 43% /boot ``` ## List of exact python packages (and versions) in venv: ```sh-session dietpi@RPi0paper:~/Inkycal$ source venv/bin/activate (venv) dietpi@RPi0paper:~/Inkycal$ pip list --local Package Version Editable project location --------------------- --------- ------------------------- appdirs 1.4.4 arrow 1.2.3 attrs 22.2.0 beautifulsoup4 4.12.2 certifi 2022.12.7 cffi 1.15.1 charset-normalizer 2.1.1 contourpy 1.0.7 cryptography 40.0.1 cycler 0.11.0 feedparser 6.0.10 fonttools 4.38.0 frozendict 2.3.7 geojson 2.5.0 html5lib 1.1 icalendar 5.0.4 idna 3.4 inkycal 2.0.0 /home/dietpi/Inkycal kiwisolver 1.4.4 lxml 4.9.2 matplotlib 3.6.2 multitasking 0.0.11 numpy 1.24.1 packaging 23.0 pandas 1.5.2 Pillow 9.4.0 pip 23.0.1 pkg_resources 0.0.0 pycparser 2.21 pyowm 3.3.0 pyparsing 3.0.9 PySocks 1.7.1 python-dateutil 2.8.2 python-dotenv 0.21.1 pytz 2022.7 recurring-ical-events 0.1.17b0 requests 2.28.1 RPi.GPIO 0.7.1 setuptools 65.6.3 sgmllib3k 1.0.0 six 1.16.0 soupsieve 2.4 spidev 3.5 todoist-api-python 2.0.2 typing_extensions 4.4.0 urllib3 1.26.13 webencodings 0.5.1 yfinance 0.2.3 ``` ## list of python dependencies (using `pipdeptree`): ```sh-session (venv) dietpi@RPi0paper:~/Inkycal$ pipdeptree -fl -e git+https://github.com/aceisace/Inkycal@0382c2ea0d9282c1d0276a969799662299124002#egg=inkycal arrow==1.2.3 python-dateutil==2.8.2 six==1.16.0 certifi==2022.12.7 cycler==0.11.0 feedparser==6.0.10 sgmllib3k==1.0.0 fonttools==4.38.0 geojson==2.5.0 icalendar==5.0.4 python-dateutil==2.8.2 six==1.16.0 pytz==2022.7 kiwisolver==1.4.4 lxml==4.9.2 matplotlib==3.6.2 contourpy==1.0.7 numpy==1.24.1 cycler==0.11.0 fonttools==4.38.0 kiwisolver==1.4.4 numpy==1.24.1 packaging==23.0 Pillow==9.4.0 pyparsing==3.0.9 python-dateutil==2.8.2 six==1.16.0 multitasking==0.0.11 numpy==1.24.1 packaging==23.0 pandas==1.5.2 numpy==1.24.1 python-dateutil==2.8.2 six==1.16.0 pytz==2022.7 Pillow==9.4.0 pyowm==3.3.0 geojson==2.5.0 PySocks==1.7.1 requests==2.28.1 certifi==2022.12.7 charset-normalizer==2.1.1 idna==3.4 urllib3==1.26.13 requests==2.28.1 certifi==2022.12.7 charset-normalizer==2.1.1 idna==3.4 urllib3==1.26.13 pyparsing==3.0.9 PySocks==1.7.1 python-dateutil==2.8.2 six==1.16.0 python-dotenv==0.21.1 pytz==2022.7 recurring-ical-events==0.1.17b0 icalendar==5.0.4 python-dateutil==2.8.2 six==1.16.0 pytz==2022.7 pytz==2022.7 requests==2.28.1 certifi==2022.12.7 charset-normalizer==2.1.1 idna==3.4 urllib3==1.26.13 setuptools==65.6.3 sgmllib3k==1.0.0 six==1.16.0 todoist-api-python==2.0.2 attrs==22.2.0 requests==2.28.1 certifi==2022.12.7 charset-normalizer==2.1.1 idna==3.4 urllib3==1.26.13 typing_extensions==4.4.0 urllib3==1.26.13 yfinance==0.2.3 appdirs==1.4.4 beautifulsoup4==4.12.2 soupsieve==2.4 cryptography==40.0.1 cffi==1.15.1 pycparser==2.21 frozendict==2.3.7 html5lib==1.1 six==1.16.0 webencodings==0.5.1 lxml==4.9.2 multitasking==0.0.11 numpy==1.24.1 pandas==1.5.2 numpy==1.24.1 python-dateutil==2.8.2 six==1.16.0 pytz==2022.7 pytz==2022.7 requests==2.28.1 certifi==2022.12.7 charset-normalizer==2.1.1 idna==3.4 urllib3==1.26.13 johnnydep==1.18.0 anytree==2.8.0 six==1.16.0 cachetools==5.3.0 oyaml==1.0 PyYAML==6.0 packaging==23.0 pip==23.0.1 pkginfo==1.9.6 structlog==23.1.0 tabulate==0.9.0 toml==0.10.2 wheel==0.40.0 wimpy==0.6 pipdeptree==2.7.0 pkg_resources==0.0.0 RPi.GPIO==0.7.1 spidev==3.5 (venv) dietpi@RPi0paper:~/Inkycal$ pipdeptree inkycal==2.0.0 - arrow [required: ==1.2.3, installed: 1.2.3] - python-dateutil [required: >=2.7.0, installed: 2.8.2] - six [required: >=1.5, installed: 1.16.0] - certifi [required: ==2022.12.7, installed: 2022.12.7] - cycler [required: ==0.11.0, installed: 0.11.0] - feedparser [required: ==6.0.10, installed: 6.0.10] - sgmllib3k [required: Any, installed: 1.0.0] - fonttools [required: ==4.38.0, installed: 4.38.0] - geojson [required: ==2.5.0, installed: 2.5.0] - icalendar [required: ==5.0.4, installed: 5.0.4] - python-dateutil [required: Any, installed: 2.8.2] - six [required: >=1.5, installed: 1.16.0] - pytz [required: Any, installed: 2022.7] - kiwisolver [required: ==1.4.4, installed: 1.4.4] - lxml [required: ==4.9.2, installed: 4.9.2] - matplotlib [required: ==3.6.2, installed: 3.6.2] - contourpy [required: >=1.0.1, installed: 1.0.7] - numpy [required: >=1.16, installed: 1.24.1] - cycler [required: >=0.10, installed: 0.11.0] - fonttools [required: >=4.22.0, installed: 4.38.0] - kiwisolver [required: >=1.0.1, installed: 1.4.4] - numpy [required: >=1.19, installed: 1.24.1] - packaging [required: >=20.0, installed: 23.0] - pillow [required: >=6.2.0, installed: 9.4.0] - pyparsing [required: >=2.2.1, installed: 3.0.9] - python-dateutil [required: >=2.7, installed: 2.8.2] - six [required: >=1.5, installed: 1.16.0] - multitasking [required: ==0.0.11, installed: 0.0.11] - numpy [required: ==1.24.1, installed: 1.24.1] - packaging [required: ==23.0, installed: 23.0] - pandas [required: ==1.5.2, installed: 1.5.2] - numpy [required: >=1.20.3, installed: 1.24.1] - python-dateutil [required: >=2.8.1, installed: 2.8.2] - six [required: >=1.5, installed: 1.16.0] - pytz [required: >=2020.1, installed: 2022.7] - Pillow [required: ==9.4.0, installed: 9.4.0] - pyowm [required: ==3.3.0, installed: 3.3.0] - geojson [required: >=2.3.0,<3, installed: 2.5.0] - PySocks [required: >=1.7.1,<2, installed: 1.7.1] - requests [required: Any, installed: 2.28.1] - certifi [required: >=2017.4.17, installed: 2022.12.7] - charset-normalizer [required: >=2,<3, installed: 2.1.1] - idna [required: >=2.5,<4, installed: 3.4] - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13] - requests [required: >=2.20.0,<3, installed: 2.28.1] - certifi [required: >=2017.4.17, installed: 2022.12.7] - charset-normalizer [required: >=2,<3, installed: 2.1.1] - idna [required: >=2.5,<4, installed: 3.4] - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13] - pyparsing [required: ==3.0.9, installed: 3.0.9] - PySocks [required: ==1.7.1, installed: 1.7.1] - python-dateutil [required: ==2.8.2, installed: 2.8.2] - six [required: >=1.5, installed: 1.16.0] - python-dotenv [required: ~=0.21.0, installed: 0.21.1] - pytz [required: ==2022.7, installed: 2022.7] - recurring-ical-events [required: ==0.1.17b0, installed: 0.1.17b0] - icalendar [required: Any, installed: 5.0.4] - python-dateutil [required: Any, installed: 2.8.2] - six [required: >=1.5, installed: 1.16.0] - pytz [required: Any, installed: 2022.7] - pytz [required: Any, installed: 2022.7] - requests [required: ==2.28.1, installed: 2.28.1] - certifi [required: >=2017.4.17, installed: 2022.12.7] - charset-normalizer [required: >=2,<3, installed: 2.1.1] - idna [required: >=2.5,<4, installed: 3.4] - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13] - setuptools [required: ==65.6.3, installed: 65.6.3] - sgmllib3k [required: ==1.0.0, installed: 1.0.0] - six [required: ==1.16.0, installed: 1.16.0] - todoist-api-python [required: ==2.0.2, installed: 2.0.2] - attrs [required: >=22.0.0,<23.0.0, installed: 22.2.0] - requests [required: >=2.26.0,<3.0.0, installed: 2.28.1] - certifi [required: >=2017.4.17, installed: 2022.12.7] - charset-normalizer [required: >=2,<3, installed: 2.1.1] - idna [required: >=2.5,<4, installed: 3.4] - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13] - typing-extensions [required: ==4.4.0, installed: 4.4.0] - urllib3 [required: ==1.26.13, installed: 1.26.13] - yfinance [required: ==0.2.3, installed: 0.2.3] - appdirs [required: >=1.4.4, installed: 1.4.4] - beautifulsoup4 [required: >=4.11.1, installed: 4.12.2] - soupsieve [required: >1.2, installed: 2.4] - cryptography [required: >=3.3.2, installed: 40.0.1] - cffi [required: >=1.12, installed: 1.15.1] - pycparser [required: Any, installed: 2.21] - frozendict [required: >=2.3.4, installed: 2.3.7] - html5lib [required: >=1.1, installed: 1.1] - six [required: >=1.9, installed: 1.16.0] - webencodings [required: Any, installed: 0.5.1] - lxml [required: >=4.9.1, installed: 4.9.2] - multitasking [required: >=0.0.7, installed: 0.0.11] - numpy [required: >=1.16.5, installed: 1.24.1] - pandas [required: >=1.3.0, installed: 1.5.2] - numpy [required: >=1.20.3, installed: 1.24.1] - python-dateutil [required: >=2.8.1, installed: 2.8.2] - six [required: >=1.5, installed: 1.16.0] - pytz [required: >=2020.1, installed: 2022.7] - pytz [required: >=2022.5, installed: 2022.7] - requests [required: >=2.26, installed: 2.28.1] - certifi [required: >=2017.4.17, installed: 2022.12.7] - charset-normalizer [required: >=2,<3, installed: 2.1.1] - idna [required: >=2.5,<4, installed: 3.4] - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13] johnnydep==1.18.0 - anytree [required: Any, installed: 2.8.0] - six [required: >=1.9.0, installed: 1.16.0] - cachetools [required: Any, installed: 5.3.0] - oyaml [required: Any, installed: 1.0] - pyyaml [required: Any, installed: 6.0] - packaging [required: >=17, installed: 23.0] - pip [required: Any, installed: 23.0.1] - pkginfo [required: >=1.4.2, installed: 1.9.6] - structlog [required: Any, installed: 23.1.0] - tabulate [required: Any, installed: 0.9.0] - toml [required: Any, installed: 0.10.2] - wheel [required: >=0.32.0, installed: 0.40.0] - wimpy [required: Any, installed: 0.6] pipdeptree==2.7.0 pkg-resources==0.0.0 RPi.GPIO==0.7.1 spidev==3.5 ``` others: ```sh-session cat /boot/cmdline.txt root=PARTUUID=28e34a08-02 rootfstype=ext4 rootwait net.ifnames=0 logo.nologo console=tty1 ``` `sudo cat /boot/config.txt`: ```sh # Docs: https://www.raspberrypi.com/documentation/computers/config_txt.html # Overlays: https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README #-------Display--------- # Max allocated framebuffers: Set to "0" in headless mode to reduce memory usage # - Defaults to "2" on RPi4 and "1" on earlier RPi models #max_framebuffers=0 # If you get no picture, set the following to "1" to apply most compatible HDMI settings. #hdmi_safe=1 # Uncomment to adjust the HDMI signal strength if you have interferences, blanking, or no display. # - Ranges from "0" to "11", use values above "7" only if required, e.g. with very long HDMI cable. # - Default on first RPi1 A/B is "2", else "5", on RPi4 this setting is ignored. #config_hdmi_boost=5 # Uncomment if HDMI display is not detected and composite is being outputted. #hdmi_force_hotplug=1 # Uncomment to disable HDMI even if plugged, e.g. to force composite output. #hdmi_ignore_hotplug=1 # Uncomment to force a console size. By default it will be display's size minus overscan. #framebuffer_width=1280 #framebuffer_height=720 # Uncomment to enable SDTV/composite output on RPi4. This has no effect on previous RPi models. #enable_tvout=1 # SDTV mode #sdtv_mode=0 # Uncomment to force a specific HDMI mode (this will force VGA). #hdmi_group=1 #hdmi_mode=1 # Uncomment to force an HDMI mode rather than DVI. This enables HDMI audio in DMT modes. #hdmi_drive=2 # Set "hdmi_blanking=1" to allow the display going into standby after 10 minutes without input. # With default value "0", the display shows a blank screen instead, but will not go into standby. # NB: Some legacy OpenMAX applications (OMXPlayer) cannot wake screens from real standby. hdmi_blanking=1 # Set to "1" if your display has a black border of unused pixels visible. disable_overscan=1 # Uncomment the following to adjust overscan. # Use positive numbers if console goes off screen, and negative if there is too much border. #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # Rotation #display_hdmi_rotate=0 #lcd_rotate=0 #-------RPi camera module------- #start_x=1 #disable_camera_led=1 #-------GPU memory splits------- gpu_mem_256=64 gpu_mem_512=64 gpu_mem_1024=64 #-------Boot splash screen------ disable_splash=1 #-------Onboard sound----------- dtparam=audio=off #-------I2C------------- #dtparam=i2c_arm=off #dtparam=i2c_arm_baudrate=100000 #-------SPI------------- dtparam=spi=on #-------Serial/UART----- # NB: "enable_uart=1" will enforce "core_freq=250" on RPi models with onboard WiFi. enable_uart=0 #-------SD card HPD----- # Comment to enable SD card hot-plug detection, while booting via USB or network. # NB: This causes constant CPU load and kernel errors when no SD card is inserted. dtparam=sd_poll_once #-------Overclock------- temp_limit=65 initial_turbo=20 #over_voltage=0 #arm_freq=1000 #core_freq=400 #sdram_freq=450 #over_voltage_min=0 #arm_freq_min=300 #core_freq_min=250 #sdram_freq_min=400 ``` dmesg log without errors # list of installed packages in debian: ```sh-session dietpi@RPi0paper:~$ sudo dpkg-query -l | cat Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-============================-================================-============-=============================================================================== ii adduser 3.118 all add and remove users and groups ii apt 2.2.4 armhf commandline package manager ii base-files 11.1+rpi1+deb11u6 armhf Debian base system miscellaneous files ii base-passwd 3.5.51 armhf Debian base system master password and group files ii bash 5.1-2+deb11u1 armhf GNU Bourne Again SHell ii bash-completion 1:2.11-2 all programmable completion for the bash shell ii binutils 2.35.2-2+rpi1 armhf GNU assembler, linker and binary utilities ii binutils-arm-linux-gnueabihf 2.35.2-2+rpi1 armhf GNU binary utilities, for arm-linux-gnueabihf target ii binutils-common:armhf 2.35.2-2+rpi1 armhf Common files for the GNU assembler, linker and binary utilities ii bsdutils 1:2.36.1-8+deb11u1 armhf basic utilities from 4.4BSD-Lite ii bzip2 1.0.8-4 armhf high-quality block-sorting file compressor - utilities ii ca-certificates 20210119 all Common CA certificates ii console-setup 1.205+rpt1 all console font and keymap setup program ii console-setup-linux 1.205+rpt1 all Linux specific part of console-setup ii coreutils 8.32-4 armhf GNU core utilities ii cpp 4:10.2.1-1+rpi1 armhf GNU C preprocessor (cpp) ii cpp-10 10.2.1-6+rpi1 armhf GNU C preprocessor ii cron 3.0pl1-137 armhf process scheduling daemon ii curl 7.74.0-1.3+deb11u7 armhf command line tool for transferring data with URL syntax ii dash 0.5.11+git20200708+dd9ef66-5 armhf POSIX-compliant shell ii debconf 1.5.77 all Debian configuration management system ii debianutils 4.11.2 armhf Miscellaneous utilities specific to Debian ii device-tree-compiler 1.6.0-1 armhf Device Tree Compiler for Flat Device Trees ii diffutils 1:3.7-5 armhf File comparison utilities ii dirmngr 2.2.27-2+deb11u2 armhf GNU privacy guard - network certificate management service ii dmsetup 2:1.02.175-2.1 armhf Linux Kernel Device Mapper userspace library ii dosfstools 4.2-1 armhf utilities for making and checking MS-DOS FAT filesystems ii dpkg 1.20.12+rpi1 armhf Debian package management system ii dropbear 2020.81-3 all lightweight SSH2 server and client - startup scripts ii dropbear-bin 2020.81-3 armhf lightweight SSH2 server and client - command line tools ii e2fsprogs 1.46.2-2 armhf ext2/ext3/ext4 file system utilities ii ethtool 1:5.9-1 armhf display or change Ethernet device settings ii fake-hwclock 0.12 all Save/restore system clock on machines without working RTC hardware ii fdisk 2.36.1-8+deb11u1 armhf collection of partitioning utilities ii findutils 4.8.0-1 armhf utilities for finding files--find, xargs ii firmware-atheros 1:20221012-1~bpo11+1+rpt1 all Binary firmware for Qualcomm Atheros wireless cards ii firmware-brcm80211 1:20221012-1~bpo11+1+rpt1 all Binary firmware for Broadcom/Cypress 802.11 wireless cards ii firmware-iwlwifi 1:20221012-1~bpo11+1+rpt1 all Binary firmware for Intel Wireless cards ii firmware-linux-free 20200122-1 all Binary firmware for various drivers in the Linux kernel ii firmware-misc-nonfree 1:20221012-1~bpo11+1+rpt1 all Binary firmware for various drivers in the Linux kernel ii firmware-realtek 1:20221012-1~bpo11+1+rpt1 all Binary firmware for Realtek wired/wifi/BT adapters ii gcc 4:10.2.1-1+rpi1 armhf GNU C compiler ii gcc-10 10.2.1-6+rpi1 armhf GNU C compiler ii gcc-10-base:armhf 10.2.1-6+rpi1 armhf GCC, the GNU Compiler Collection (base package) ii git 1:2.30.2-1+deb11u2 armhf fast, scalable, distributed revision control system ii git-man 1:2.30.2-1+deb11u2 all fast, scalable, distributed revision control system (manual pages) ii gnupg 2.2.27-2+deb11u2 all GNU privacy guard - a free PGP replacement ii gnupg-l10n 2.2.27-2+deb11u2 all GNU privacy guard - localization files ii gnupg-utils 2.2.27-2+deb11u2 armhf GNU privacy guard - utility programs ii gpg 2.2.27-2+deb11u2 armhf GNU Privacy Guard -- minimalist public key operations ii gpg-agent 2.2.27-2+deb11u2 armhf GNU privacy guard - cryptographic agent ii gpg-wks-client 2.2.27-2+deb11u2 armhf GNU privacy guard - Web Key Service client ii gpg-wks-server 2.2.27-2+deb11u2 armhf GNU privacy guard - Web Key Service server ii gpgconf 2.2.27-2+deb11u2 armhf GNU privacy guard - core configuration utilities ii gpgsm 2.2.27-2+deb11u2 armhf GNU privacy guard - S/MIME version ii gpgv 2.2.27-2+deb11u2 armhf GNU privacy guard - signature verification tool ii grep 3.6-1 armhf GNU grep, egrep and fgrep ii gzip 1.10-4+deb11u1 armhf GNU compression utilities ii hdparm 9.60+ds-1 armhf tune hard disk parameters for high performance ii hostname 3.23 armhf utility to set/show the host name or domain name ii htop 3.0.5-7 armhf interactive processes viewer ii ifupdown 0.8.36 armhf high level tools to configure network interfaces ii init-system-helpers 1.60 all helper tools for all init systems ii iproute2 5.10.0-4 armhf networking and traffic control tools ii iputils-ping 3:20210202-1 armhf Tools to test the reachability of network hosts ii isc-dhcp-client 4.4.1-2.3+deb11u1 armhf DHCP client for automatically obtaining an IP address ii iw 5.9-3 armhf tool for configuring Linux wireless devices ii kbd 2.3.0-3 armhf Linux console font and keytable utilities ii keyboard-configuration 1.205+rpt1 all system-wide keyboard preferences ii kmod 28-1 armhf tools for managing Linux kernel modules ii libacl1:armhf 2.2.53-10 armhf access control list - shared library ii libapparmor1:armhf 2.13.6-10 armhf changehat AppArmor library ii libapt-pkg6.0:armhf 2.2.4 armhf package management runtime library ii libargon2-1:armhf 0~20171227-0.2 armhf memory-hard hashing function - runtime library ii libasan6:armhf 10.2.1-6+rpi1 armhf AddressSanitizer -- a fast memory error detector ii libassuan0:armhf 2.5.3-7.1 armhf IPC library for the GnuPG components ii libatlas-base-dev:armhf 3.10.3-10+rpi1 armhf Automatically Tuned Linear Algebra Software, generic static ii libatlas3-base:armhf 3.10.3-10+rpi1 armhf Automatically Tuned Linear Algebra Software, generic shared ii libatomic1:armhf 10.2.1-6+rpi1 armhf support library providing __atomic built-in functions ii libattr1:armhf 1:2.4.48-6 armhf extended attribute handling - shared library ii libaudit-common 1:3.0-2 all Dynamic library for security auditing - common files ii libaudit1:armhf 1:3.0-2 armhf Dynamic library for security auditing ii libbinutils:armhf 2.35.2-2+rpi1 armhf GNU binary utilities (private shared library) ii libblkid1:armhf 2.36.1-8+deb11u1 armhf block device ID library ii libbpf0:armhf 1:0.3-2+rpi1 armhf eBPF helper library (shared library) ii libbrotli-dev:armhf 1.0.9-2+b1 armhf library implementing brotli encoder and decoder (development files) ii libbrotli1:armhf 1.0.9-2+b1 armhf library implementing brotli encoder and decoder (shared libraries) ii libbsd0:armhf 0.11.3-1 armhf utility functions from BSD systems - shared library ii libbz2-1.0:armhf 1.0.8-4 armhf high-quality block-sorting file compressor library - runtime ii libc-bin 2.31-13+rpt2+rpi1+deb11u5 armhf GNU C Library: Binaries ii libc-dev-bin 2.31-13+rpt2+rpi1+deb11u5 armhf GNU C Library: Development binaries ii libc-l10n 2.31-13+rpt2+rpi1+deb11u5 all GNU C Library: localization files ii libc6:armhf 2.31-13+rpt2+rpi1+deb11u5 armhf GNU C Library: Shared libraries ii libc6-dev:armhf 2.31-13+rpt2+rpi1+deb11u5 armhf GNU C Library: Development Libraries and Header Files ii libcap-ng0:armhf 0.7.9-2.2+b1 armhf An alternate POSIX capabilities library ii libcap2:armhf 1:2.44-1 armhf POSIX 1003.1e capabilities (library) ii libcap2-bin 1:2.44-1 armhf POSIX 1003.1e capabilities (utilities) ii libcc1-0:armhf 10.2.1-6+rpi1 armhf GCC cc1 plugin for GDB ii libcom-err2:armhf 1.46.2-2 armhf common error description library ii libcrypt-dev:armhf 1:4.4.18-4 armhf libcrypt development files ii libcrypt1:armhf 1:4.4.18-4 armhf libcrypt shared library ii libcryptsetup12:armhf 2:2.3.7-1+deb11u1 armhf disk encryption support - shared library ii libctf-nobfd0:armhf 2.35.2-2+rpi1 armhf Compact C Type Format library (runtime, no BFD dependency) ii libctf0:armhf 2.35.2-2+rpi1 armhf Compact C Type Format library (runtime, BFD dependency) ii libcurl3-gnutls:armhf 7.74.0-1.3+deb11u7 armhf easy-to-use client-side URL transfer library (GnuTLS flavour) ii libcurl4:armhf 7.74.0-1.3+deb11u7 armhf easy-to-use client-side URL transfer library (OpenSSL flavour) ii libdb5.3:armhf 5.3.28+dfsg1-0.8 armhf Berkeley v5.3 Database Libraries [runtime] ii libdbus-1-3:armhf 1.12.24-0+deb11u1 armhf simple interprocess messaging system (library) ii libdebconfclient0:armhf 0.260 armhf Debian Configuration Management System (C-implementation library) ii libdeflate0:armhf 1.7-1 armhf fast, whole-buffer DEFLATE-based compression and decompression ii libdevmapper1.02.1:armhf 2:1.02.175-2.1 armhf Linux Kernel Device Mapper userspace library ii libdns-export1110 1:9.11.19+dfsg-2.1 armhf Exported DNS Shared Library ii libedit2:armhf 3.1-20191231-2 armhf BSD editline and history libraries ii libelf1:armhf 0.183-1 armhf library to read and write ELF files ii liberror-perl 0.17029-1 all Perl module for error/exception handling in an OO-ish way ii libexpat1:armhf 2.2.10-2+deb11u5 armhf XML parsing C library - runtime library ii libexpat1-dev:armhf 2.2.10-2+deb11u5 armhf XML parsing C library - development kit ii libext2fs2:armhf 1.46.2-2 armhf ext2/ext3/ext4 file system libraries ii libfdisk1:armhf 2.36.1-8+deb11u1 armhf fdisk partitioning library ii libfdt1:armhf 1.6.0-1 armhf Flat Device Trees manipulation library ii libffi7:armhf 3.3-6 armhf Foreign Function Interface library runtime ii libfreetype-dev:armhf 2.10.4+dfsg-1+deb11u1 armhf FreeType 2 font engine, development files ii libfreetype6:armhf 2.10.4+dfsg-1+deb11u1 armhf FreeType 2 font engine, shared library files ii libfreetype6-dev:armhf 2.10.4+dfsg-1+deb11u1 armhf FreeType 2 font engine, development files (transitional package) ii libgcc-10-dev:armhf 10.2.1-6+rpi1 armhf GCC support library (development files) ii libgcc-s1:armhf 10.2.1-6+rpi1 armhf GCC support library ii libgcrypt20:armhf 1.8.7-6 armhf LGPL Crypto library - runtime library ii libgdbm-compat4:armhf 1.19-2 armhf GNU dbm database routines (legacy support runtime version) ii libgdbm6:armhf 1.19-2 armhf GNU dbm database routines (runtime version) ii libgfortran5:armhf 10.2.1-6+rpi1 armhf Runtime library for GNU Fortran applications ii libgmp10:armhf 2:6.2.1+dfsg-1+deb11u1 armhf Multiprecision arithmetic library ii libgnutls30:armhf 3.7.1-5+deb11u3 armhf GNU TLS library - main runtime library ii libgomp1:armhf 10.2.1-6+rpi1 armhf GCC OpenMP (GOMP) support library ii libgpg-error0:armhf 1.38-2 armhf GnuPG development runtime library ii libgssapi-krb5-2:armhf 1.18.3-6+deb11u3 armhf MIT Kerberos runtime libraries - krb5 GSS-API Mechanism ii libhogweed6:armhf 3.7.3-1 armhf low level cryptographic library (public-key cryptos) ii libidn2-0:armhf 2.3.0-5 armhf Internationalized domain names (IDNA2008/TR46) library ii libip4tc2:armhf 1.8.7-1 armhf netfilter libip4tc library ii libisc-export1105:armhf 1:9.11.19+dfsg-2.1 armhf Exported ISC Shared Library ii libisl23:armhf 0.23-1 armhf manipulating sets and relations of integer points bounded by linear constraints ii libiw30:armhf 30~pre9-13.1 armhf Wireless tools - library ii libjbig0:armhf 2.1-3.1+b2 armhf JBIGkit libraries ii libjpeg-dev:armhf 1:2.0.6-4 armhf Development files for the JPEG library [dummy package] ii libjpeg62-turbo:armhf 1:2.0.6-4 armhf libjpeg-turbo JPEG runtime library ii libjpeg62-turbo-dev:armhf 1:2.0.6-4 armhf Development files for the libjpeg-turbo JPEG library ii libjs-jquery 3.5.1+dfsg+~3.5.5-7 all JavaScript library for dynamic web applications ii libjs-sphinxdoc 3.4.3-2 all JavaScript support for Sphinx documentation ii libjs-underscore 1.9.1~dfsg-3 all JavaScript's functional programming helper library ii libjson-c5:armhf 0.15-2 armhf JSON manipulation library - shared library ii libk5crypto3:armhf 1.18.3-6+deb11u3 armhf MIT Kerberos runtime libraries - Crypto Library ii libkeyutils1:armhf 1.6.1-2 armhf Linux Key Management Utilities (library) ii libkmod2:armhf 28-1 armhf libkmod shared library ii libkrb5-3:armhf 1.18.3-6+deb11u3 armhf MIT Kerberos runtime libraries ii libkrb5support0:armhf 1.18.3-6+deb11u3 armhf MIT Kerberos runtime libraries - Support library ii libksba8:armhf 1.5.0-3+deb11u2 armhf X.509 and CMS support library ii libldap-2.4-2:armhf 2.4.57+dfsg-3+deb11u1 armhf OpenLDAP libraries ii libllvm11:armhf 1:11.0.1-2+rpi1 armhf Modular compiler and toolchain technologies, runtime library ii liblocale-gettext-perl 1.07-4+b1 armhf module using libc functions for internationalization in Perl ii liblz4-1:armhf 1.9.3-2 armhf Fast LZ compression algorithm library - runtime ii liblzma5:armhf 5.2.5-2.1~deb11u1 armhf XZ-format compression library ii libmd0:armhf 1.0.3-3 armhf message digest functions from BSD systems - shared library ii libmnl0:armhf 1.0.4-3 armhf minimalistic Netlink communication library ii libmount1:armhf 2.36.1-8+deb11u1 armhf device mounting library ii libmpc3:armhf 1.2.0-1 armhf multiple precision complex floating-point library ii libmpdec3:armhf 2.5.1-1+rpi1 armhf library for decimal floating point arithmetic (runtime library) ii libmpfr6:armhf 4.1.0-3 armhf multiple precision floating-point computation ii libncurses6:armhf 6.2+20201114-2 armhf shared libraries for terminal handling ii libncursesw6:armhf 6.2+20201114-2 armhf shared libraries for terminal handling (wide character support) ii libnettle8:armhf 3.7.3-1 armhf low level cryptographic library (symmetric and one-way cryptos) ii libnewt0.52:armhf 0.52.21-4+b2 armhf Not Erik's Windowing Toolkit - text mode windowing with slang ii libnghttp2-14:armhf 1.43.0-1 armhf library implementing HTTP/2 protocol (shared library) ii libnl-3-200:armhf 3.4.0-1 armhf library for dealing with netlink sockets ii libnl-genl-3-200:armhf 3.4.0-1 armhf library for dealing with netlink sockets - generic netlink ii libnl-route-3-200:armhf 3.4.0-1 armhf library for dealing with netlink sockets - route interface ii libnpth0:armhf 1.6-3 armhf replacement for GNU Pth using system threads ii libnsl-dev:armhf 1.3.0-2 armhf libnsl development files ii libnsl2:armhf 1.3.0-2 armhf Public client interface for NIS(YP) and NIS+ ii libopenjp2-7:armhf 2.4.0-3 armhf JPEG 2000 image compression/decompression library ii libp11-kit0:armhf 0.23.22-1 armhf library for loading and coordinating access to PKCS#11 modules - runtime ii libpam-modules:armhf 1.4.0-9+deb11u1+rpt2 armhf Pluggable Authentication Modules for PAM ii libpam-modules-bin 1.4.0-9+deb11u1+rpt2 armhf Pluggable Authentication Modules for PAM - helper binaries ii libpam-runtime 1.4.0-9+deb11u1+rpt2 all Runtime support for the PAM library ii libpam0g:armhf 1.4.0-9+deb11u1+rpt2 armhf Pluggable Authentication Modules library ii libparted2:armhf 3.4-1 armhf disk partition manipulator - shared library ii libpci3:armhf 1:3.7.0-5 armhf PCI utilities (shared library) ii libpcre2-8-0:armhf 10.36-2+deb11u1 armhf New Perl Compatible Regular Expression Library- 8 bit runtime files ii libpcre3:armhf 2:8.39-13 armhf Old Perl 5 Compatible Regular Expression Library - runtime files ii libpcsclite1:armhf 1.9.1-1 armhf Middleware to access a smart card using PC/SC (library) ii libperl5.32:armhf 5.32.1-4+deb11u2 armhf shared Perl library ii libpng-dev:armhf 1.6.37-3 armhf PNG library - development (version 1.6) ii libpng16-16:armhf 1.6.37-3 armhf PNG library - runtime (version 1.6) ii libpopt0:armhf 1.18-2 armhf lib for parsing cmdline parameters ii libprocps8:armhf 2:3.3.17-5 armhf library for accessing process information from /proc ii libpsl5:armhf 0.21.0-1.2 armhf Library for Public Suffix List (shared libraries) ii libpython3-dev:armhf 3.9.2-3 armhf header files and a static library for Python (default) ii libpython3-stdlib:armhf 3.9.2-3 armhf interactive high-level object-oriented language (default python3 version) ii libpython3.9:armhf 3.9.2-1+rpi1 armhf Shared Python runtime library (version 3.9) ii libpython3.9-dev:armhf 3.9.2-1+rpi1 armhf Header files and a static library for Python (v3.9) ii libpython3.9-minimal:armhf 3.9.2-1+rpi1 armhf Minimal subset of the Python language (version 3.9) ii libpython3.9-stdlib:armhf 3.9.2-1+rpi1 armhf Interactive high-level object-oriented language (standard library, version 3.9) ii libraspberrypi-bin 1:2+git20220616~133208+6e8f786-1 armhf Miscellaneous Raspberry Pi utilities ii libraspberrypi0:armhf 1:2+git20220616~133208+6e8f786-1 armhf Libraries for the Raspberry Pi's VideoCore IV ii libreadline8:armhf 8.1-1 armhf GNU readline and history libraries, run-time libraries ii librtmp1:armhf 2.4+20151223.gitfa8646d.1-2+b2 armhf toolkit for RTMP streams (shared library) ii libsasl2-2:armhf 2.1.27+dfsg-2.1+deb11u1 armhf Cyrus SASL - authentication abstraction library ii libsasl2-modules-db:armhf 2.1.27+dfsg-2.1+deb11u1 armhf Cyrus SASL - pluggable authentication modules (DB) ii libseccomp2:armhf 2.5.1-1+rpi1+deb11u1 armhf high level interface to Linux seccomp filter ii libselinux1:armhf 3.1-3 armhf SELinux runtime shared libraries ii libsemanage-common 3.1-1 all Common files for SELinux policy management libraries ii libsemanage1:armhf 3.1-1+b1 armhf SELinux policy management library ii libsepol1:armhf 3.1-1 armhf SELinux library for manipulating binary security policies ii libslang2:armhf 2.3.2-5 armhf S-Lang programming library - runtime version ii libsmartcols1:armhf 2.36.1-8+deb11u1 armhf smart column output alignment library ii libsqlite3-0:armhf 3.34.1-3 armhf SQLite 3 shared library ii libss2:armhf 1.46.2-2 armhf command-line interface parsing library ii libssh2-1:armhf 1.9.0-2 armhf SSH2 client-side library ii libssl-dev:armhf 1.1.1n-0+deb11u4+rpt1 armhf Secure Sockets Layer toolkit - development files ii libssl1.1:armhf 1.1.1n-0+deb11u4+rpt1 armhf Secure Sockets Layer toolkit - shared libraries ii libstd-rust-1.48:armhf 1.48.0+dfsg1-1+rpi1 armhf Rust standard libraries ii libstd-rust-dev:armhf 1.48.0+dfsg1-1+rpi1 armhf Rust standard libraries - development files ii libstdc++6:armhf 10.2.1-6+rpi1 armhf GNU Standard C++ Library v3 ii libsystemd0:armhf 247.3-7+rpi1+deb11u1 armhf systemd utility library ii libtasn1-6:armhf 4.16.0-2+deb11u1 armhf Manage ASN.1 structures (runtime) ii libtext-charwidth-perl 0.04-10+b1 armhf get display widths of characters on the terminal ii libtext-iconv-perl 1.7-7+b1 armhf module to convert between character sets in Perl ii libtiff5:armhf 4.2.0-1+deb11u4 armhf Tag Image File Format (TIFF) library ii libtinfo6:armhf 6.2+20201114-2 armhf shared low-level terminfo library for terminal handling ii libtirpc-common 1.3.1-1+deb11u1 all transport-independent RPC library - common files ii libtirpc-dev:armhf 1.3.1-1+deb11u1 armhf transport-independent RPC library - development files ii libtirpc3:armhf 1.3.1-1+deb11u1 armhf transport-independent RPC library ii libtomcrypt1:armhf 1.18.2-5 armhf public domain open source cryptographic toolkit ii libtommath1:armhf 1.2.0-6 armhf multiple-precision integer library [runtime] ii libubsan1:armhf 10.2.1-6+rpi1 armhf UBSan -- undefined behaviour sanitizer (runtime) ii libudev1:armhf 247.3-7+rpi1+deb11u1 armhf libudev shared library ii libunistring2:armhf 0.9.10-4 armhf Unicode string library for C ii libusb-1.0-0:armhf 2:1.0.24-3 armhf userspace USB programming library ii libuuid1:armhf 2.36.1-8+deb11u1 armhf Universally Unique ID library ii libwebp6:armhf 0.6.1-2.1 armhf Lossy compression of digital photographic images. ii libxau6:armhf 1:1.0.9-1 armhf X11 authorisation library ii libxcb-xinerama0:armhf 1.14-3 armhf X C Binding, xinerama extension ii libxcb1:armhf 1.14-3 armhf X C Binding ii libxdmcp6:armhf 1:1.1.2-3 armhf X11 Display Manager Control Protocol library ii libxtables12:armhf 1.8.7-1 armhf netfilter xtables library ii libxxhash0:armhf 0.8.0-2+rpi1 armhf shared library for xxhash ii libyaml-0-2:armhf 0.2.2-1 armhf Fast YAML 1.1 parser and emitter library ii libz3-4:armhf 4.8.10-1 armhf theorem prover from Microsoft Research - runtime libraries ii libzstd1:armhf 1.4.8+dfsg-2.1+rpi1 armhf fast lossless compression algorithm ii linux-libc-dev:armhf 1:1.20230405-1 armhf Linux support headers for userspace development ii locales 2.31-13+rpt2+rpi1+deb11u5 all GNU C Library: National Language (locale) data [support] ii login 1:4.8.1-1 armhf system login tools ii logsave 1.46.2-2 armhf save the output of a command in a log file ii lsb-base 11.1.0+rpi1 all Linux Standard Base init script functionality ii mawk 1.3.4.20200120-2 armhf Pattern scanning and text processing language ii media-types 4.0.0 all List of standard media types and their usual file extension ii mount 2.36.1-8+deb11u1 armhf tools for mounting and manipulating filesystems ii nano 5.4-2+deb11u2 armhf small, friendly text editor inspired by Pico ii ncurses-base 6.2+20201114-2 all basic terminal type definitions ii ncurses-bin 6.2+20201114-2 armhf terminal-related programs and man pages ii neofetch 7.1.0-2 all Shows Linux System Information with Distribution Logo ii openssl 1.1.1n-0+deb11u4+rpt1 armhf Secure Sockets Layer toolkit - cryptographic utility ii p7zip 16.02+dfsg-8 armhf 7zr file archiver with high compression ratio ii parted 3.4-1 armhf disk partition manipulator ii passwd 1:4.8.1-1 armhf change and administer password and group data ii pci.ids 0.0~2021.02.08-1 all PCI ID Repository ii perl 5.32.1-4+deb11u2 armhf Larry Wall's Practical Extraction and Report Language ii perl-base 5.32.1-4+deb11u2 armhf minimal Perl system ii perl-modules-5.32 5.32.1-4+deb11u2 all Core Perl modules ii pinentry-curses 1.1.0-4 armhf curses-based PIN or pass-phrase entry dialog for GnuPG ii powertop 2.11-1 armhf diagnose issues with power consumption and management ii procps 2:3.3.17-5 armhf /proc file system utilities ii psmisc 23.4-2 armhf utilities that use the proc file system ii python-pip-whl 20.3.4-4+rpt1+deb11u1 all Python package installer (pip wheels) ii python3 3.9.2-3 armhf interactive high-level object-oriented language (default python3 version) ii python3-dev 3.9.2-3 armhf header files and a static library for Python (default) ii python3-distutils 3.9.2-1 all distutils package for Python 3.x ii python3-lib2to3 3.9.2-1 all Interactive high-level object-oriented language (lib2to3) ii python3-minimal 3.9.2-3 armhf minimal subset of the Python language (default python3 version) ii python3-pip 20.3.4-4+rpt1+deb11u1 all Python package installer ii python3-pkg-resources 52.0.0-4 all Package Discovery and Resource Access using pkg_resources ii python3-setuptools 52.0.0-4 all Python3 Distutils Enhancements ii python3-venv 3.9.2-3 armhf venv module for python3 (default python3 version) ii python3-wheel 0.34.2-1 all built-package format for Python ii python3.9 3.9.2-1+rpi1 armhf Interactive high-level object-oriented language (version 3.9) ii python3.9-dev 3.9.2-1+rpi1 armhf Header files and a static library for Python (v3.9) ii python3.9-minimal 3.9.2-1+rpi1 armhf Minimal subset of the Python language (version 3.9) ii python3.9-venv 3.9.2-1+rpi1 armhf Interactive high-level object-oriented language (pyvenv binary, version 3.9) ii raspberrypi-archive-keyring 2021.1.1+rpt1 all GnuPG archive keys of the Raspberry Pi OS archive ii raspberrypi-bootloader 1:1.20230405-1 armhf Raspberry Pi bootloader ii raspberrypi-kernel 1:1.20230405-1 armhf Raspberry Pi bootloader ii raspberrypi-sys-mods 2:20220915-dietpi2 all System tweaks for the Raspberry Pi, DietPi edition ii raspbian-archive-keyring 20120528.2 all GnuPG archive keys of the raspbian archive ii raspi-copies-and-fills 0.13 armhf ARM-accelerated versions of selected functions from string.h ii readline-common 8.1-1 all GNU readline and history libraries, common files ii rng-tools5 5-4 armhf Daemon to use a Hardware TRNG ii rustc 1.48.0+dfsg1-1+rpi1 armhf Rust systems programming language ii scons 4.0.1+dfsg-2 all replacement for make ii sed 4.7-1 armhf GNU stream editor for filtering/transforming text ii sensible-utils 0.0.14 all Utilities for sensible alternative selection ii sudo 1.9.5p2-3+deb11u1 armhf Provide limited super user privileges to specific users ii supervisor 4.2.2-2 all System for controlling process state ii systemd 247.3-7+rpi1+deb11u1 armhf system and service manager ii systemd-sysv 247.3-7+rpi1+deb11u1 armhf system and service manager - SysV links ii systemd-timesyncd 247.3-7+rpi1+deb11u1 armhf minimalistic service to synchronize local time with NTP servers ii sysvinit-utils 2.96-7+deb11u1 armhf System-V-like utilities ii tar 1.34+dfsg-1 armhf GNU version of the tar archiving utility ii tzdata 2021a-1+deb11u8 all time zone and daylight-saving time data ii udev 247.3-7+rpi1+deb11u1 armhf /dev/ and hotplug management daemon ii unzip 6.0-26+deb11u1 armhf De-archiver for .zip files ii usbutils 1:013-3 armhf Linux USB utilities ii util-linux 2.36.1-8+deb11u1 armhf miscellaneous system utilities ii wget 1.21-1+deb11u1 armhf retrieves files from the web ii whiptail 0.52.21-4+b2 armhf Displays user-friendly dialog boxes from shell scripts ii wireless-regdb 2022.04.08-2~deb11u1 all wireless regulatory database for Linux ii wireless-tools 30~pre9-13.1 armhf Tools for manipulating Linux Wireless Extensions ii wpasupplicant 2:2.9.0-21 armhf client support for WPA and WPA2 (IEEE 802.11i) ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data ii zlib1g:armhf 1:1.2.11.dfsg-2+deb11u2 armhf compression library - runtime ii zlib1g-dev:armhf 1:1.2.11.dfsg-2+deb11u2 armhf compression library - development ``` # powertop: ```sh-session PowerTOP v2.11 Overview Idle stats Frequency stats Device stats Tunables WakeUp Summary: 18.5 wakeups/second, 0.0 GPU ops/seconds, 0.0 VFS ops/sec and 20.9% CPU use Power est. Usage Events/s Category Description 282 mW 181.0 ms/s 0.00 Process [PID 1027] supervisord 24.7 mW 120.0 Β΅s/s 6.2 kWork dbs_work_handler 18.9 mW 1.7 ms/s 4.1 Timer tick_sched_timer 14.2 mW 232.1 Β΅s/s 3.5 kWork fb_flashcursor 9.20 mW 5.1 ms/s 0.3 Process [PID 1023] powertop 8.13 mW 5.2 ms/s 0.00 Process [PID 259] [kworker/u3:1] 6.40 mW 4.1 ms/s 0.00 Process [PID 450] /usr/sbin/dropbear -p 22 -W 65536 6.21 mW 81.8 Β΅s/s 1.5 Process [PID 19] [kcompactd0] 4.60 mW 2.7 ms/s 0.10 kWork brcmf_sdio_dataworker 3.08 mW 23.3 Β΅s/s 0.8 kWork thermal_zone_device_check 2.80 mW 1.0 ms/s 0.3 kWork sdio_irq_work 2.45 mW 1.6 ms/s 0.00 Interrupt [27] timer/0 2.21 mW 1.2 ms/s 0.10 Interrupt [86] mmc1 1.62 mW 517.1 Β΅s/s 0.21 Interrupt [6] tasklet(softirq) 1.44 mW 15.1 Β΅s/s 0.4 kWork flush_memcg_stats_dwork 1.28 mW 691.6 Β΅s/s 0.05 Process [PID 100] /lib/systemd/systemd-journald 1.10 mW 53.5 Β΅s/s 0.26 Process [PID 251] [brcmf_wdog/mmc1] 923 Β΅W 591.5 Β΅s/s 0.00 Interrupt [3] net_rx(softirq) 914 Β΅W 586.0 Β΅s/s 0.00 Process [PID 773] [kworker/u2:2] 685 Β΅W 49.2 Β΅s/s 0.15 Process [PID 739] [kworker/0:0H] 675 Β΅W 432.8 Β΅s/s 0.00 Process [PID 999] [kworker/0:0] 663 Β΅W 425.0 Β΅s/s 0.00 Process [PID 1] /sbin/init 648 Β΅W 25.4 Β΅s/s 0.15 kWork wb_workfn 643 Β΅W 282.4 Β΅s/s 0.05 kWork flush_to_ldisc 641 Β΅W 411.1 Β΅s/s 0.00 Interrupt [1] timer(softirq) 412 Β΅W 4.1 Β΅s/s 0.10 Timer timerfd_tmrproc 336 Β΅W 215.1 Β΅s/s 0.00 Timer delayed_work_timer_fn 234 Β΅W 20.3 Β΅s/s 0.05 Process [PID 320] /sbin/wpa_supplicant -s -B -P /run/wpa_supplicant.wlan0.pid -i wlan0 -D nl80211,wext -c /etc/wpa_supplicant/wpa_suppl 204 Β΅W 0.5 Β΅s/s 0.05 kWork wb_update_bandwidth_workfn 203 Β΅W 0.0 Β΅s/s 0.05 kWork mmc_blk_mq_complete_work 203 Β΅W 0.0 Β΅s/s 0.05 kWork fsnotify_mark_destroy_workfn 152 Β΅W 97.6 Β΅s/s 0.00 Interrupt [9] RCU(softirq) 106 Β΅W 68.2 Β΅s/s 0.00 Timer tcp_orphan_update 0 mW 59.4 Β΅s/s 0.00 Process [PID 11] [ksoftirqd/0] 0 mW 55.4 Β΅s/s 0.00 Timer process_timeout 0 mW 53.9 Β΅s/s 0.00 Timer rh_timer_func 0 mW 33.4 Β΅s/s 0.00 Timer actpwr_trig_cycle 0 mW 28.8 Β΅s/s 0.00 Process [PID 121] /lib/systemd/systemd-udevd 0 mW 25.1 Β΅s/s 0.00 Timer hrtimer_wakeup 0 mW 19.3 Β΅s/s 0.00 Timer brcmf_sdio_watchdog 0 mW 13.2 Β΅s/s 0.00 Timer mix_interrupt_randomness 0 mW 11.4 Β΅s/s 0.00 Timer txdone_hrtimer 0 mW 10.3 Β΅s/s 0.00 Process [PID 876] [kworker/0:3] 0 mW 5.0 Β΅s/s 0.00 Interrupt [17] 2000b880.mailbox 0 mW 4.3 Β΅s/s 0.00 kWork css_free_rwork_fn 0 mW 4.3 Β΅s/s 0.00 kWork neigh_managed_work 0 mW 3.2 Β΅s/s 0.00 kWork srcu_drive_gp 0 mW 3.2 Β΅s/s 0.00 kWork key_garbage_collector 0 mW 2.5 Β΅s/s 0.00 kWork kernfs_notify_workfn 0 mW 2.3 Β΅s/s 0.00 Interrupt [80] mmc0 0 mW 2.2 Β΅s/s 0.00 Interrupt [44] DMA IRQ 0 mW 2.1 Β΅s/s 0.00 kWork css_release_work_fn 0 mW 1.7 Β΅s/s 0.00 Process [PID 60] [kworker/u3:0] Exit | / Navigate | ``` # dietpi cpu info (`sudo cpu`): ```haskell sleep 4; sudo cpu ───────────────────────────────────────────────────── DietPi CPU Info Use dietpi-config to change CPU / performance options ───────────────────────────────────────────────────── Architecture | armv6l Temperature | 33 Β°C / 91 Β°F : Cool runnings Governor | ondemand Throttle up | 50% CPU usage Current Freq Min Freq Max Freq CPU0 | 700 MHz 700 MHz 700 MHz [ INFO ] DietPi-CPU_info | The current CPU frequency may be affected by processing this script itself. ``` Screen 2023-04-13 at 11 32 01
Screen 2023-04-14 at 08 35 53

For even more details (and screenshots) see thread on Discord: https://discord.com/channels/672082714190544899/1095674636584362116/1095691715970617424

aceisace commented 1 year ago

I've added the suggested modifications here #251 . @lukasMega Could you take a look at the changes to ensure they are correct before merging?

aceisace commented 1 year ago

Closing this issue as the problem is resolved and the actions are working again. If you feel a need to re-open this issue, please do so.