About Anaconda Help Download Anaconda

Python compiler with full language support and CPython compatibility

copied from cf-staging / nuitka

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v2.6.1
  • osx-64 v2.6.1
  • win-64 v2.6.1
  • osx-arm64 v2.6.1
  • noarch v1.0.6
  • win-32 v0.5.29.4

conda install

To install this package run one of the following:
conda install conda-forge::nuitka
conda install conda-forge/label/cf201901::nuitka
conda install conda-forge/label/cf202003::nuitka
conda install conda-forge/label/gcc7::nuitka

Description

Nuitka is the Python compiler. It is a seamless replacement or extension to the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 have. It then executes uncompiled code, and compiled code together in an extremely compatible manner.

You can use all Python library modules or and all extension modules freely. It translates the Python into a C level program that then uses "libpython" to execute in the same way as CPython does. All optimization is aimed at avoiding overhead, where it's unnecessary. None is aimed at removing compatibility, although slight improvements will occassionally be done, where not every bug of standard Python is emulated, e.g. more complete error messages are given, but there is a full compatibility mode to disable even that.


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