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.
>>>
@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: