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
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:
-
Download the text file:
knime_dl_mac.txt (10.3 KB) -
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
Hello @thor_landstrom Thank you for the information! I will try to do it this way, I will write about the results
Hello @thor_landstrom! Yes, it helped me, thank you very much
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.