Python Extension Error on Windows

Hello,

I am encountering this error when trying to install Knime extensions for python (Conda integration, Python integration and python scripting).

An error occurred while installing the items
session context was:(profile=KNIMEProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null → [R]org.knime.pythonscripting.channel.v1.bin.win32.x86_64 5.2.1.v202401231642, action=org.knime.product.p2.actions.ShellExec).
ShellExec command exited non-zero exit value:

Kindly assist as I am stuck where I currently I am.

Hi @Johnmab27,

Welcome to the KNIME Forum.

I found similar issues discussed here:

The error message “ShellExec command exited non-zero exit value” you are getting is a generic error that can have multiple causes. You will need to check the knime.log file for details (e.g. via Menu > Show KNIME log in File Explorer).The common error causes are:

  • Restricted network access / proxies
  • File access issues (lacking write permissions, or a too long installation path on Windows)

In this section Information about a failed installation it is described how to retrieve “create_env.out” and “create_env.err”. Could you please share these two specific log files to see what is causing the error?

Best,
Keerthan

2 Likes

Hi, I was at least one of those posts above.

For the Python installations, KNIME tries to go out to the Anaconda.com/ forge site to download over 100 packages. If access to that site is blocked by a firewall, you get the messages you are getting. The KNIME solution is to put a workstation on the internet that is not blocked, do the install to download the packages and then transfer the packages to other devices via some file share method. There is no easy way that we have found to point to an existing internal repository so this is like reinventing the wheel.

It appears that any extension that is built using Python or needs Python will fail if the python scripting node cannot be installed because the Python installation is a prerequisite.

At this point our company is saying we will not support KNIME using Python, at least at the 5.2 level.

1 Like

@StevenLauretti I hope that the Python installation process in the future will ‘respect’ Proxy settings so that the installation will be easier. The ‘offline’ installation sometimes has some additional quirks. I have written about my experience at the end of this article (“GPT4All Installation behind a Firewall”).

Thanks a lot. Let me analyze and see

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.