-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyinstaller not working with manylinux2014 because libpython3.so missing #6066
Comments
PyInstaller requires |
Could we then re-open this bug and provide documentation about how to generate an executable that is compatible with many Linux distribution ? manylinux docker image is kinda the defacto way to provide wheel package compatible for all Linux. Would love to get more information how to create such binary with pyinstaller. |
I can sympathise. I really wish Python had never gone down the path of merging You'd have to either compile Python from source on the docker image or install Python via the native package manager ( Alternatively, there is cdrx/docker-pyinstaller which would do the job too. |
@bwoodsend Thanks for the additional information provided. I tried cdrx/docker-pyinstaller but it's a bit too old (updated 2 year ago). More recent is obenn/pyinstaller-linux:python3 |
Leaving this here for more details. manylinux images could be used with pyinstaller.
|
Description of the issue
Context information (for bug reports)
pyinstaller --version
:4.4
(https://github.com/pyinstaller/pyinstaller/wiki/If-Things-Go-Wrong) and
Make sure everything is packaged correctly
--noupx
or setupx=False
in your .spec-file--debug
topyi-makespec
orpyinstaller
or useEXE(..., debug=1, ...)
in your .spec file.Stacktrace / full error message
The text was updated successfully, but these errors were encountered: