six8 / pyinstaller-alpine

Docker image that can build single file Python apps with PyInstaller for Alpine Linux.
MIT License
80 stars 44 forks source link

Executable won't run #2

Closed huggla closed 5 years ago

huggla commented 5 years ago

The source file permalink.py runs fine on Alpine with python2.7. Pyinstaller-alpine creates executable without errors but the executable won't run. The executable works when created by pyinstaller on Ubuntu 18.04 though.

Any ideas?

Regards Henrik Uggla

huggla commented 5 years ago

Nevermind, I needed to manually install flask prior to running pyinstaller.