Not able to start v0_29_9_brainframe_linux_client on Ubuntu 20.04

v0_29_9_brainframe_linux_client$ bash brainframe_client.sh
libva info: VA-API version 1.7.0
libva info: Trying to open ./lib/dri/iHD_drv_video.so
libva info: va_openDriver() returns -1
libva info: Trying to open ./lib/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
Warning: VA-API appears to be unsupported. Disabling hardware video decoding.
[PYI-3442114:ERROR] Failed to load Python shared library ‘v0_29_9_brainframe_linux_client/v0_29_9_brainframe_linux_client/lib/_internal/libpython3.9.so.1.0’: dlopen: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.35’ not found (required by v0_29_9_brainframe_linux_client/v0_29_9_brainframe_linux_client/lib/_internal/libpython3.9.so.1.0)

va_openDriver() returns -1 … VA-API appears to be unsupported.
The client tried to use VA-API (hardware video decode) but couldn’t find a working VA driver for your GPU. This only disables hardware decoding (not fatal), you can ignore the error.

dlopen: … libm.so.6: version ‘GLIBC_2.35’ not found (required by … libpython3.9.so.1.0)
The packaged Python runtime in the app was built against glibc 2.35, but your system’s libc is older (so the dynamic loader can’t satisfy the versioned symbol). This prevents the app from starting.

Please download the 0.29.8 version while we hope to fix the backward compatibility issue on newer releases.

https://aotu.ai/releases/brainframe/v0.29.8/v0_29_8_brainframe_linux_client.zip