Hi, I've run into some issue with TensorFlow-metal on my Mac M1. After installing TensorFlow-metal following the official steps in my Conda environment (Miniforge), when I try to import TensorFlow, independently from which python version I use, the "import TensorFlow" command keeps killing the process (import tensorflow killed python)
any idea why this is happening? I tried different version of tensorflow-deps (both 2.5.0 and 2.6.0) and the outcome is exactly the same. Thank you!
I forgot to mention that I tried a fresh installation of everything I could, including the OS too.