Trouble with installing TensorFlow for ARM Mac

So I'm trying to install Tensorflow on my M1 MacBook Air using the guidelines here https://developer.apple.com/metal/tensorflow-plugin/

I'm able to download and install the Conda env (at least I believe), but when I try to install the TensorFlow dependencies, I get the error

PackagesNotFoundError: The following packages are not available from current channels:

  - tensorflow-deps

Would really appreciate any help.

Replies

Hi @Nameless123123

This error can happen if the conda environment has a python version that is not supported. Currently the tensorflow-deps package and the tensorflow wheels are available for python 3.8, 3.9 and 3.10 environments.

Hi!

It seems like this is not the only reason why this error happens, though...

I am trying to install Tensorflow in an environment with Python 3.9 and I also get PackagesNotFoundError: The following packages are not available from current channels:  - tensorflow-deps

I have consulted a bunch of websites suggesting solutions to install tensor flow on a MacBook Pro with an M1 chip. So far, none of the solutions work. I would appreciate any help.

Marie-Amélie