sourcery-ai / sourcery

Instant AI code reviews
https://sourcery.ai
MIT License
1.5k stars 65 forks source link

`GLIBC_2.28` not found #356

Closed zydou closed 1 year ago

zydou commented 1 year ago

Checklist

Description

Sourcery is broken after upgrading from version 1.2.0 to 1.3.0, including both the CLI version and VSCode extension.

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/zydou/.local/pipx/venvs/sourcery/lib/python3.11/site-packages/
sourcery/libpython3.10.so.1.0)

Code snippet that reproduces issue

$ pipx install sourcery==1.2.0
  installed package sourcery 1.2.0, installed using Python 3.11.3
  These apps are now globally available
    - sourcery
done! ✨ 🌟 ✨

$ sourcery --version
sourcery, version 1.2.0

$ pipx upgrade sourcery
upgraded package sourcery from 1.2.0 to 1.3.0 (location: /home/zydou/.local/pipx/venvs/sourcery)

$ sourcery --version
/home/zydou/.local/pipx/venvs/sourcery/lib/python3.11/site-packages/sourcery/sourcery: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/zydou/.local/pipx/venvs/sourcery/lib/python3.11/site-packages/sourcery/libpython3.10.so.1.0)

Debug Information

IDE Version:

Sourcery Version:

Sourcery 1.3.0

Operating system and Version:

$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

$ strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC_
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_PRIVATE

Related issues

ruancomelli commented 1 year ago

Hello, @zydou!

Unfortunately, because Ubuntu 18.04 is already EOL, we are not supporting it as an operating system.

I'm sorry that we can't help you with this issue - please let us know if there are any questions or issues you run into in the future.