Install Python integration on server

Hi all,

We’re using Knime Server 4.11 (on Linux server) and we now need to install Python integration.

I did not find how to configure the KNIME Python Integration without acces to Knime executor GUI.

Can someone tell me how to do it ?

Many thanks in advanced !

Best regards,

Thanh Thanh

Hi @tttpham,

you need to create a Python Environment and then edit the *.epf-File located in Client Profiles Directory.
Example:
/instance/org.knime.dl.python/condaDirectoryPath=/path_to/anaconda3
/instance/org.knime.dl.python/kerasCondaEnvironmentDirectoryPath=/path_to/anaconda3/envs/your_python_env/bin
/instance/org.knime.dl.python/librarySelection=keras
/instance/org.knime.dl.python/manualConfig=/path_to/anaconda3/envs/your_python_env/bin/python
/instance/org.knime.dl.python/pythonConfigSelection=dl
/instance/org.knime.dl.python/pythonEnvironmentType=manual
/instance/org.knime.dl.python/serializerId=org.knime.serialization.flatbuffers.column
/instance/org.knime.dl.python/tf2CondaEnvironmentDirectoryPath=/path_to/anaconda3/envs/your_python_env/bin
/instance/org.knime.dl.python/tf2ManualConfig=/path_to/anaconda3/envs/your_python_env/bin/python
/instance/org.knime.python2/condaDirectoryPath=/home/knime/anaconda3
/instance/org.knime.python2/defaultPythonOption=python3
/instance/org.knime.python2/python2CondaEnvironmentDirectoryPath=/path_to/anaconda3/envs/your_python_env
/instance/org.knime.python2/python2Path=python
/instance/org.knime.python2/python3CondaEnvironmentDirectoryPath=/path_to/anaconda3/envs/your_python_env
/instance/org.knime.python2/python3Path=python3
/instance/org.knime.python2/pythonEnvironmentType=conda
/instance/org.knime.python2/serializerId=org.knime.serialization.flatbuffers.column

BR,
Sven

3 Likes