Bundled Packages
The KNIME Python Integration ships with a bundled environment so you can start scripting immediately. This integration works with Python versions 3.10 to 3.14.
Package list
The bundled environment contains a curated set of data science and utility packages. For the complete and up to date list of included packages and their versions, refer to the KNIME Anaconda channel.
Metapackages
Metapackages simplify the installation of the Python Integration's dependencies. You can find full details, including a version matrix and files, on the KNIME Anaconda channel for knime-python-base.
| Metapackage | Description |
|---|---|
knime-python-base | Minimal set of packages always required by the Python Integration. |
knime-python-scripting | Extends knime-python-base with the full set used in the bundled environment. |
Need more packages?
The bundled environment cannot be extended. If you need additional packages:
- Recommended: Use the Python Environment Provider node.
- Alternative: Create a Conda environment with the metapackage plus your packages — see Set up Conda / Miniforge.