cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
616 stars 238 forks source link

Error"pyinstaller: not found script returned exit code 127" when I build a Python application with PyInstaller #84

Open ybbiubiubiu opened 4 years ago

ybbiubiubiu commented 4 years ago

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 the fourth step of the delivery phase: "pyinstaller --onefile sources / add2vals.py "

The following is the relevant output of the log of this stage:

ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option --entrypoint=''.

[Pipeline] { [Pipeline] sh

cent2580 commented 4 years ago

hello,I have the same problem. Have you solved it?

peteyan commented 3 years ago

Did this problem has solved? Env: docker image: cdrx/pyinstaller-linux:python2(pyinstaller 3.6 and python 2.7.17) jenkins version: 2.249.1

szh19931224 commented 3 years ago

i have the same problem, have you guys solved it?