GlobalPathogenAnalysisService / gpas-cli

The CLI client for GPAS SC2
Other
5 stars 2 forks source link

PyInstaller executable built on 22.04 LTS complains about glibc on 20.04 LTS #113

Closed bede closed 1 year ago

bede commented 1 year ago
root@139-162-205-168:~# ./gpas
[1670] Error loading Python lib '/tmp/_MEIlAHJro/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEIlAHJro/libpython3.10.so.1.0)
root@139-162-205-168:~# 
bede commented 1 year ago

Solution: build on 20.04 LTS going forwards. Tested working on 20.04 LTS and 22.04 LTS

0.8.4 executable available here, build manually triggered: https://github.com/GlobalPathogenAnalysisService/gpas-cli/actions/runs/3988073348