I do not have a wide experience with Tensor Flow and KNIME but I would start with the official guide and maybe set up an extra environment (which should be easy with KNIME) to keep the versions in sync.
https://docs.knime.com/latest/deep_learning_installation_guide/index.html
I once boiled that down to a ‘short story’ with code. You can read about that and python and KNIME here:
@rparr009 glad you asked.
I have a collection about KNIME and python
You might want to start with the official guide
https://docs.knime.com/latest/python_installation_guide/index.html
If you have familiarized yourself with the concept you could use the most important commands to manage your python environment and install packages also via command line.
The tool in question (pyxlsb ) is also on anaconda (conda-forge channel ) so this might be another way to manage dependencies which are al…
1 Like