Error with python integration extension on Mac system

@kvssetty welcome to the KNIME forum

You might want to start with the official guide:

https://docs.knime.com/latest/python_installation_guide/index.html#_introduction

Tow entries give you and idea how the current Python integration works and how to set up a an environment (this is for Deep Learning but will be similar for other Python cases also).

This example with additional links should give you an initial package how this should work. Including:

  • connecting KNIME and Miniconda (or Anaconda)
  • creating a python environment thru YAML files
  • and/or: using the Conda Environment Propagation to let KNIME help you set up an environment

Then I have collected some maybe useful links and examples where you might find useful information if you are familiar with Python.

1 Like