Skip to content

GLIBC compatibility issue on Ubuntu 20.04 #95

@AntoineGautier

Description

@AntoineGautier

Installing pyfunnel v2.0.0 on Ubuntu 20.04 yields the following runtime error.

RuntimeError: Could not load funnel library with this path: /home/reituag/gitrepo/funnel/pyfunnel/lib/linux64/libfunnel.so. /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found

This is because Ubuntu 20.04 uses GLIBC 2.31 and pyfunnel v2.0.0 is built on Ubuntu 24.04.

> ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.18) 2.31

This ticket will:

  • restore compatibility with Ubuntu 20.04
  • implement testing for both OS versions: 20.04 and 24.04 (based on a unique compatible built)
  • remove the binaries from the repo (store them as artifacts only)

Warning

Ubuntu 20.04 is no longer available in https://github.com/actions/runner-images

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions