I'm trying to install KRR in my terminal on Ubuntu 22.04
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
I run into the following issue
brew install krr
==> Fetching robusta-dev/krr/krr
==> Downloading https://github.com/robusta-dev/krr/releases/download/v1.23.0/krr-ubuntu-latest-v1.23.0.zip
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/603117527/631714ab-76a7-4b0d-9b7d-43a45965e11f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250509%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250509T135419Z&X-Amz-Expires=300&X-Amz-Signature=03a51c0e81ac177cde6895608bfb01eaeda01c6307dbfc3
#=#=- # # #=O#- # # ######################################################################################################################################################################################################################################################### 100.0%
==> Installing krr from robusta-dev/krr
==> Running 'krr version' to warm up binary and extract compressed python libraries... this can take up to 60 seconds
==> /home/linuxbrew/.linuxbrew/Cellar/krr/1.23.0/libexec/krr version
Last 15 lines from /home/GDE9384/.cache/Homebrew/Logs/krr/01.krr:
2025-05-09 13:54:34 +0000
/home/linuxbrew/.linuxbrew/Cellar/krr/1.23.0/libexec/krr
version
**[PYI-1394571:ERROR] Failed to load Python shared library '/home/linuxbrew/.linuxbrew/Cellar/krr/1.23.0/libexec/_internal/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/linuxbrew/.linuxbrew/Cellar/krr/1.23.0/libexec/_internal/libpython3.11.so.1.0)**
how can I fix this?
I'm trying to install KRR in my terminal on Ubuntu 22.04
I run into the following issue
how can I fix this?