Using tenserflow version 2

Hello! I use the mac M3. I have python version 3.9, to work with deep learning, I need the tensorflow to be versions from 1.0.0 to 2.0.0, but I am not allowed to download needed version. The required version of tensor flowis available in python versions below 3.8, but mac M3 does not support python below 3.8. Maybe there are those among you who were able to work around this problem? I will be glad if you help

Hello @Kyzzhibek,

So the only workarounds I know of is to either switch to a windows pc (which is not ideal) or to try getting it to run on a VM. I will ask internally if anyone knows of another method.

TL

1 Like

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

Hello @thor_landstrom Thank you for the information! I will try to do it this way, I will write about the results

1 Like

Hello @thor_landstrom! Yes, it helped me, thank you very much

4 Likes

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