Xvfb: /lib64/libc.so.6: version `GLIBC_2.26' not found (required by /tmp/_MEI3OTPy8/libX11.so.6)

Viewed 23

I'm trying to run executable created in wsl in conda enviroment with pyinstaller. I don't really know what may be the cause because in one moment it was working and today when I packaged new version of executable it stopped with this error

process exited early. stderr:b"Xvfb: /lib64/libc.so.6: version `GLIBC_2.26' not found (required by /tmp/_MEI3OTPy8/libX11.so.6)\nXvfb: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/_MEI3OTPy8/libbsd.so.0)\n"

GLIBC version in OS I'm trying to run this executable is 2.17 and GLIBC version in wsl is 2.31

0 Answers
Related