Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Conda binaries for M1 CPUs #524

Open
marlietandoc opened this issue Jan 31, 2023 · 1 comment
Open

Add Conda binaries for M1 CPUs #524

marlietandoc opened this issue Jan 31, 2023 · 1 comment

Comments

@marlietandoc
Copy link

I ran:
conda install -c brainiak -c defaults -c conda-forge brainiak

Error given:

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:

  • brainiak

Current channels:

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.

@mihaic
Copy link
Member

mihaic commented Jan 31, 2023

For M1 and other non-x86 CPUs, you need to install from source. There are a couple of prerequisite steps:
https://brainiak.org/docs/installation.html#macos

Alternatively, you could use Docker:
https://brainiak.org/docs/#docker

We are open to providing pre-compiled binaries for M1 once we finish the work in PR #511.

@mihaic mihaic changed the title Unable to install Brainiak with Conda on Mac (M1, Ventura 13.01) Add Conda binaries for M1 CPUs Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants