cannot install tensorflow-deps on m2 chips

Hi Guys

I've got the newly lunched MBP M2 pro with 12cores cpu and 19cores gpu and trying to accelerate the training speed of tensorflow with the new chip on this laptop but failed.

I have already followed the instruction on this link: https://developer.apple.com/metal/tensorflow-plugin/ but it still cannot work.

I've used brew to install conda +miniforge (also tried miniconda) and my python version is 3.9.13, but whenever I tried

conda install -c apple tensorflow-deps

it turns out like:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

 - tensorflow-deps

Current channels:

 - https://conda.anaconda.org/apple/osx-64
 - https://conda.anaconda.org/apple/noarch
 - https://repo.anaconda.com/pkgs/main/osx-64
 - https://repo.anaconda.com/pkgs/main/noarch
 - https://repo.anaconda.com/pkgs/r/osx-64
 - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

  https://anaconda.org

and use the search bar at the top of the page.

can anybody help to solve this situation? many appreciation in advance!

I'm also trying to download the miniconda package

Miniconda3 macOS Apple M1 64-bit pkg

but it turns out like

ovo

cheers! I'd like to share a solution provided by Jeff Heaton ([https://www.youtube.com/watch?v=o4-bI_iZKPA]), which I found be quite useful for the above situation.

cheers, I've found a video posted by Jeff Heaton [(https://www.youtube.com/watch?v=o4-bI_iZKPA)], provided a solution well solved the above ques, hope you guys will also find this helpful!

cannot install tensorflow-deps on m2 chips
 
 
Q