Skip to content

How to make Pyinstaller compile for the glibc version that the system actually has #9050

Answered by rokm
BOTButtcheeks asked this question in PyInstaller
Discussion options

You must be logged in to vote

Collecting pyinstaller Downloading https://www.piwheels.org/simple/pyinstaller/pyinstaller-6.12.0-py3-none-any.whl

Yeah, this wheel is the source of your problems...

Try downloading the source .tar.gz from https://pypi.org/project/pyinstaller/#files

Then uninstall: pip uninstall pyinstaller

And install from source:

tar xvf pyinstaller-6.12.0.tar.gz
cd pyinstaller-6.12.0/
pip install .

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@BOTButtcheeks
Comment options

@rokm
Comment options

rokm Mar 8, 2025
Maintainer

@BOTButtcheeks
Comment options

@rokm
Comment options

rokm Mar 8, 2025
Maintainer

Answer selected by BOTButtcheeks
@BOTButtcheeks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants