docker-pyinstaller
docker-pyinstaller copied to clipboard
PyInstaller for Linux and Windows inside Docker
I'm trying to install pcapy module that needs compilation and I'm getting this error: ``` Installing collected packages: pcapy Running setup.py install for pcapy ... error ERROR: Command errored out...
Hello, I am using windows images and my work stoped at installation with my requirements.txt. The error msg says the packages **bcrypt** and **cryptograpy**, but they actually are dependencies of...
Hello I tried to launch the image from my docker in windows 10. If there is anything I should do in my env. Here is the error msg: ``` docker...
In the beginning, there was a error: `Unable to find "C:\users\root\nltk_data" when adding binary and data files.` Then, I downgrade pyinstaller by adding `pyinstaller==3.3` to requirements.txt according to the instructions...
I am seeing this error when running docker-pyinstaller as part of a Gilab CI build script. When running it locally, it works without problems. This is the CI job: ```build_exec_wine:...
When I learned to build a python application using pyinstaller according to the documentation, an error message appeared when I completed the final delivery step. The error step appears in...
I need a xenial based image for `cdrx/pyinstaller-linux`, for a native module to compile properly (jsonnet). So I made those changes to add more base image variations on this project....
Collecting PyQt5 Downloading https://files.pythonhosted.org/packages/8c/90/82c62bbbadcca98e8c6fa84f1a638de1ed1c89e85368241e9cc43fcbc320/PyQt5-5.15.0.tar.gz (3.3MB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status...
Hi, Wine install seems to be broken. When I try to build an image from the Dockerfile, I get the following error (at `# we need wine for this all...
I'm using this great repo to create my Windows PyInstaller executables. Currently, I still have some projects in Python2 so I'm using the Python2 version and it needs the "Microsoft...