Using tenserflow version 2

Hello @Kyzzhibek,

So apparently there is a workaround, but it is not well documented yet and it is in the process of being formally documented for the workaround.

From looking at the documentation I believe you will need to do the steps below to create the conda environment:

  1. Download the text file:
    knime_dl_mac.txt (10.3 KB)

  2. In terminal run the command below to create the env:
    conda create –name knime_dl_mac --file knime_dl_mac.txt

Hope this helps,
TL

5 Likes