knime-geospatial-extension icon indicating copy to clipboard operation
knime-geospatial-extension copied to clipboard

Geospatial extension fails on some MacOS due to "realpath command not found" exception for KNIME AP 5.2

Open koettert opened this issue 1 year ago • 0 comments
trafficstars

image

One possible workaround could be setting the environment variable KNIME_PYTHON_BUNDLING_PATH to some directory. This var defines the target location where to install the conda environment. If this variable is set the realpath method should not be used anymore. Another workaround is to install realpath (that was an issue which we fixed - realpath is not on every Mac installed) .

That is a bug (only for KNIME AP 5.2) which was fixed a while ago in the KNIME Python extension but requires a rebuild of the KNIME Geospatial Extension.

koettert avatar Mar 05 '24 16:03 koettert