This repository is built for KNIME-CGA Geospatial Project, and the goal is to build Python-based nodes for geospatial analysis in KNIME Analytic Platform.
MIT License
25
stars
10
forks
source link
Geospatial extension fails on some MacOS due to "realpath command not found" exception for KNIME AP 5.2 #333
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.
This bug is automatically fixed once we built the release.
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.
This bug is automatically fixed once we built the release.