knime-geospatial-extension
knime-geospatial-extension copied to clipboard
Geospatial extension fails on some MacOS due to "realpath command not found" exception for KNIME AP 5.2
trafficstars
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.