[Ubuntu 20.04] Version 1.1.4 does not load Python lib and it hangs during launch
wico-mellone opened this issue · 2 comments
wico-mellone commented
I downloaded the AppImage v1.1.4 and tried to run it on Ubuntu 20.04, but I am getting the following error:
gmellone@gmellone-TP ~/Downloads> ./tiplot-1.1.4.AppImage
Found available port: 5000
[48291] Error loading Python lib '/tmp/.mount_tiplotCvnaJX/resources/api/server/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_tiplotCvnaJX/resources/api/server/libpython3.10.so.1.0)
The v1.1.3 runs with no issues on my machine.
HmZyy commented
Hi @wico-mellone,
We've updated the build environment and recompiled the app against Ubuntu 20.04, so you should now be able to use the latest version without any problems.
wico-mellone commented
Thanks @HmZyy!