#programowanie #python #linux #debian tworzę binarkę na deb10 przez pyinstaller -F i przy próbie odpalenia na deb9 dostaje takie coś (zdjecie). Ktoś wie jak to ruszyć albo dodać do binarki?
@zajeli-wszystkie-loginy: uzywasz venva? Ja miałem taki błąd jedynie gdy przenosiłem binarke z jednego kompa na drugi. Wygenerowanie na drugim pomogło.
@zajeli-wszystkie-loginy: The executable that PyInstaller builds is not fully static, in that it still depends on the system libc. Under Linux, the ABI of GLIBC is backward compatible, but not forward compatible.Another solution is to use a tool like StaticX to create a fully-static bundled version of your PyInstaller application. StaticX bundles all dependencies, including libc and ld.so
The executable that PyInstaller builds is not fully static, in that it still depends on the system libc. Under Linux, the ABI of GLIBC is backward compatible, but not forward compatible.Another solution is to use a tool like StaticX to create a fully-static bundled version
tworzę binarkę na deb10 przez pyinstaller -F i przy próbie odpalenia na deb9 dostaje takie coś (zdjecie). Ktoś wie jak to ruszyć albo dodać do binarki?
źródło: comment_5lytVTiCfQ9V8ghVdohMIW7sfhJS1oWK.jpg
PobierzJa miałem taki błąd jedynie gdy przenosiłem binarke z jednego kompa na drugi. Wygenerowanie na drugim pomogło.