Contents

pyinstaller 6.19.0

0

PyInstaller bundles a Python application and all its dependencies into a single package.

PyInstaller bundles a Python application and all its dependencies into a single package.

Stars: 12881, Watchers: 12881, Forks: 2011, Open Issues: 289

The pyinstaller/pyinstaller repo was created 14 years ago and the last code push was 2 days ago.
The project is extremely popular with a mindblowing 12881 github stars!

How to Install pyinstaller

You can install pyinstaller using pip

pip install pyinstaller

or add it to a project with poetry

poetry add pyinstaller

Package Details

Author
Hartmut Goebel, Giovanni Bajo, David Vierra, David Cortesi, Martin Zibricky
License
GPLv2-or-later with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones)
Homepage
None
PyPi:
https://pypi.org/project/pyinstaller/
Documentation:
https://pyinstaller.org
GitHub Repo:
https://github.com/pyinstaller/pyinstaller

Classifiers

  • Software Development
  • Software Development/Build Tools
  • Software Development/Interpreters
  • Software Development/Libraries/Python Modules
  • System/Installation/Setup
  • System/Software Distribution
  • Utilities
No  pyinstaller  pypi packages just yet.

Errors

A list of common pyinstaller errors.

Code Examples

Here are some pyinstaller code examples and snippets.

GitHub Issues

The pyinstaller package has 289 open issues on GitHub

  • Pyinstaller big problem
  • Bundled EXEs crash when using Unicorn emulator due to CFG in bootloader
  • Hooks: Append depends key to conda metadata json
  • Manifest With "requireAdministrator" Doesn't Require Administrator
  • Pyinstaller prunes license text of included libraries and packages
  • Specify alternate libz to include

See more issues on GitHub

Related Packages & Articles

dis3 0.1.3

Python 2.7 backport of the "dis" module from Python 3.5+

prettytable 3.17.0

A simple Python library for easily displaying tabular data in a visually appealing ASCII table format