tensorflow-deps - PackagesNotFoundError

Hi all,

I'm using my new M1 Pro with the latest Mac OS 12.1 and I'm experiencing issues with installing tensorflow.

I've created an environment and have it activated.

I tried

conda install -c apple tensorflow-deps

but returned with

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.

Note: you may need to restart the kernel to use updated packages.

Did anyone have the same issue and any advice to address this?

Thanks, Andrew

Post not yet marked as solved Up vote post of Andrew14 Down vote post of Andrew14
17k views
  • Facing the same issue, MacOS Big Sur 11.0.1, M1 2020. Didn't resolve yet.

  • I use Mac M1 air and got the same problem. I've tried several methods (including other suggestions below) but all ended up encountering the PackagesNotFoundError. Does anyone know how to resolve it?

Add a Comment

Replies

Thank you so much! My conda version was for x86_64. conda install -c apple is still not working but pip install is working, so I can import tensorflow library now.