Sam Pfeiffer

Results 42 issues of Sam Pfeiffer

Hello, I was trying to pack a python app and when I execute: ```bash ./linuxdeploy --appdir AppDir --output appimage --plugin python --executable AppDir/usr/bin/my_script.py ``` I get: ``` terminate called after...

Hello, I tried to install via pypi the package, and it worked fine on linux-x86-64, but on linux-arm64 there's no wheel, so it tries to build from source. I happen...