-
Notifications
You must be signed in to change notification settings - Fork 70
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
miniforge-version support for ARM64 #312
Comments
Hi, thanks for the report! In the meantime, you can probably get by with using the direct url for latest, via
|
Thanks @jaimergp , the installation it's now working. However I get an error when calling mamba activate myenv saying that I should run mamba init (even if I'm using bash -el {0} which was working for conda activate command). |
- using a workaround (conda-incubator/setup-miniconda#312)
As of today, github has made M1 ARM64 available : https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ . It would be great if setup-miniconda would support "architecture: arm64" for it |
If anyone is interested in a quick workaround until it is properly supported, as suggested earlier by @jaimergp it is possible to use installer-url, something like the following seems to be working fine: - uses: conda-incubator/setup-miniconda@v3
if: matrix.os != 'macos-14'
with:
miniforge-variant: Mambaforge
miniforge-version: latest
- uses: conda-incubator/setup-miniconda@v3
if: matrix.os == 'macos-14'
with:
installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh |
I've opened #331 to fix it. Feel free to trial with (to be removed after merge):
|
See conda-incubator/setup-miniconda#312 for details
See conda-incubator/setup-miniconda#312 for details
Dear all,
I'm trying to setup miniforge and to use mamba on a arm64 runner on Github Workflow.
Here my setup:
However the ARM64 arch is not supperted when used with the miniforge-version keyword (while with miniconda it's possible).
By the way I'm asking this because my miniconda setup suddenly stopped to work giving me this error:
Thanks for your help!
The text was updated successfully, but these errors were encountered: