docker-pyinstaller
docker-pyinstaller copied to clipboard
PyInstaller for Linux and Windows inside Docker
Would u like to support m1 packge .exe and intel chip .app?
It makes dist, build, pycache. But no exe file.
I have cloned the repo to upgrade the Python version to 3.9.0 for the windows 64 file and PyInstaller 4.0. The changes were the two environment variables as above and...
I have psycopg2 in the requirements.txt. when when I try to run the docker image it fails to install psycopg2 I tired using psycopg2-binray instead. Still getting this error: Collecting...
The aim of this pull request is, to update the images to - the latest ubuntu lts (20.04), - latest pyinstaller (4.2), and - latest stable python (3.9.6). TODO -...
Addressing issue #63: - Entrypoint script modified to iterate over `.spec` files in `src/` . Without this the wildcard `*.spec` was interpreted as any (i.e. one at random). - Added...
My project has multiple .spec files. Is there an easy way to specify which one you want `docker-pyinstaller` to use?
i could not figure out how to use this for python2 32bit linux is it possible ?