Not bug, just too new libc6
klalofu opened this issue · 1 comments
[25282] Error loading Python lib '/tmp/_MEIR7Bj2w/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIR7Bj2w/libpython3.8.so.1.0)
ldd --version
ldd (Debian GLIBC 2.28-10) 2.28
I work on MX-Linux, and it has no chance to upgrade libc6 at earlier future :(
Sorry, I use an ubuntu-based distro (kubuntu) to compile linux libraries, and it uses its dependencies to link those libraries.
It indeed seems like Debian-based distros are on 2.28 for the stable version. There uses to be some trouble with different distros needing different libraries when using pyinstaller, so you might have to either try to do the manual installation, and then copy any of the files you want on your Firefox to your chrome folder.
I'm looking into creating a new installer with either C# or Java that will hopefully not have these issues, but by now there isn't much that I can do to cover all distro differences.