astroberry@astroberry:~ $ jocular [INFO ] [Logger ] Record log in /home/astroberry/.kivy/logs/kivy_22-03-11_2.txt [INFO ] [Kivy ] v2.1.0 [INFO ] [Kivy ] Installed at "/usr/local/lib/python3.9/site-packages/kivy/__init__.py" [INFO ] [Python ] v3.9.5 (default, Mar 9 2022, 19:15:12) [GCC 8.3.0] [INFO ] [Python ] Interpreter at "/usr/bin/python" [INFO ] [Logger ] Purge log fired. Processing... [INFO ] [Logger ] Purge finished! [INFO ] [KivyMD ] 1.0.0.dev0, git-Unknown, 2022-03-09 (installed at "/home/astroberry/.local/lib/python3.9/site-packages/kivymd/__init__.py") [INFO ] [Factory ] 189 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored) [INFO ] [Text ] Provider: sdl2(['text_pango'] ignored) [INFO ] [Window ] Provider: sdl2(['window_egl_rpi'] ignored) [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] Backend used [INFO ] [GL ] OpenGL version [INFO ] [GL ] OpenGL vendor [INFO ] [GL ] OpenGL renderer [INFO ] [GL ] OpenGL parsed version: 3, 1 [INFO ] [GL ] Shading version [INFO ] [GL ] Texture max size <8192> [INFO ] [GL ] Texture max units <32> [INFO ] [Window ] auto add sdl2 input provider [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked [WARNING] [FitImage ] Note! In the near future the `FitImage` widget will be moved to the `kivymd.uix.fitimage` package. Use import of this widget like this:`from kivymd.uix.fitimage import FitImage`. Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/numpy/core/__init__.py", line 23, in from . import multiarray File "/usr/local/lib/python3.9/site-packages/numpy/core/multiarray.py", line 10, in from . import overrides File "/usr/local/lib/python3.9/site-packages/numpy/core/overrides.py", line 6, in from numpy.core._multiarray_umath import ( ImportError: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-arm-linux-gnueabihf.so) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/jocular", line 5, in from jocular.jocular import startjocular File "/usr/local/lib/python3.9/site-packages/jocular/jocular.py", line 21, in from jocular.gui import GUI File "/usr/local/lib/python3.9/site-packages/jocular/gui.py", line 23, in from jocular.widgets import ( File "/usr/local/lib/python3.9/site-packages/jocular/widgets.py", line 30, in from jocular.utils import angle360 File "/usr/local/lib/python3.9/site-packages/jocular/utils.py", line 5, in import numpy as np File "/usr/local/lib/python3.9/site-packages/numpy/__init__.py", line 144, in from . import core File "/usr/local/lib/python3.9/site-packages/numpy/core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.9 from "/usr/bin/python" * The NumPy version is: "1.22.3" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-arm-linux-gnueabihf.so) astroberry@astroberry:~ $