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.

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

I have exact same problem, with the same messages. The current Channels:   - https://conda.anaconda.org/apple/osx-arm64  - https://conda.anaconda.org/apple/noarch  - https://repo.anaconda.com/pkgs/main/osx-arm64  - https://repo.anaconda.com/pkgs/main/noarch  - https://repo.anaconda.com/pkgs/r/osx-arm64  - https://repo.anaconda.com/pkgs/r/noarch

I do have the same problem with Python 3.8.15 , cant find any resolution so far

alright, I've resolved this issue by installing mini conda for Mac , seems that I did install wrong version.

Trouble with installing TensorFlow for ARM Mac
 
 
Q