About Anaconda Help Download Anaconda

anaconda / packages / pyinstaller 6.12.0

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

Installers

  • linux-64 v6.12.0
  • linux-aarch64 v6.12.0
  • osx-arm64 v6.12.0
  • osx-64 v6.12.0
  • linux-s390x v6.12.0
  • win-64 v6.12.0
  • linux-ppc64le v5.6.2
  • win-32 v4.8

conda install

To install this package run one of the following:
conda install anaconda::pyinstaller

Description

PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files -- including the active Python interpreter! -- and puts them with your script in a single folder, or optionally in a single executable file.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy