Update the Bundled Python version

Hi,

Is there a way to upgrade the current Python version in the bundled package (from 3.11 to 3.13 for ex.)?

C:\Users\...\AppData\Local\Programs\KNIME\bundling\org_knime_pythonscripting_channel_bin_5.8.3\.pixi\envs\default>python.exe
Python 3.11.13 | packaged by conda-forge | (main, Jun  4 2025, 14:39:58) [MSC v.1943 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

I’m currently running “KNIME 5.8.3 LTS”.
Thanks

@pierrelouis I think the integrated Python version is tied to a specific KNIME version since some nodes might depend on precise packages. But you can always create your own Python environments with the packages you need:

KNIME — Python Overview

https://medium.com/p/aa4f3a55a768

1 Like

Thanks @mlauber71!
Obviously, I add the “custom package” option in mind but I was wondering if something easier was possible ^^