I am having a problem when trying to import tensorflow. I am running python 3.8:
Python 3.8.13 (default, Oct 19 2022, 17:54:22)
[Clang 12.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
I installed tensorflow 2.10 inside a conda enviroment:
pip install tensorflow
I imagine I am not installing the proper version of tensorflow for the M2? Any idea how to solve this?
Note: I have tried https://www.mrdbourke.com/setup-apple-m1-pro-and-m1-max-for-machine-learning-and-data-science/
and other options including "zsh: illegal hardware instruction python" when installing Tensorflow on macbook pro M1
but no luck so far.