pyinstaller6.11.1
pyinstaller6.11.1
Published
PyInstaller bundles a Python application and all its dependencies into a single package.
pip install pyinstaller
Package Downloads
Authors
Requires Python
<3.14,>=3.8
Dependencies
- setuptools
>=42.0.0
- altgraph
- pyinstaller-hooks-contrib
>=2024.9
- packaging
>=22.0
- importlib-metadata
>=4.6; python_version < "3.10"
- macholib
>=1.8; sys_platform == "darwin"
- pefile
!=2024.8.26,>=2022.5.30; sys_platform == "win32"
- pywin32-ctypes
>=0.2.1; sys_platform == "win32"
- argcomplete
; extra == "completion"
- pytest
>=2.7.3; extra == "hook-testing"
- execnet
>=1.5.0; extra == "hook-testing"
- psutil
; extra == "hook-testing"