New Python Script Node

The new Python Script node requires pyarrow 5.0.0. As best as I can tell its not available as a conda package. Any ideas?

Hi @rfeigel,

pyarrow 5.0.0 is currently only available via conda-forge. You can install it like this:

conda install -c conda-forge pyarrow=5.0.0

or via the KNIME Preferences (File > Preferences > KNIME > Python and then New environment… under Python 3).

Marcel

6 Likes

Thanks. Worked perfectly.

3 Likes

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