-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Create Mac ARM Dev Environment #934
Comments
I've been stuck recently because running
Overall, I have yet to find a good solution to work on my Mac... Recently, I have been spinning up a Linux VM instance and |
@larryshamalama, if you provide more information about these problems in a new or existing discussion, we can help debug.
If you're not already very comfortable debugging non-trivial build toolchain and dependencies issues across Python, C, etc., in your OS of choice, then you really must use Conda. It's the simplest means of constructing consistent development environments for projects like this with extra-Python dependencies. It also makes it easier for others to reproduce your personal development environment issues for debugging. |
You can't have |
I am getting It appears there are still some issues with M1 ARM related to
|
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: aesara-devs#934
The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. Resolves: #934
As per #909,
environment.yml
does not work on ARM Macs because ofMKL
.We can create another environment file,
environment-arm.yml
, with an alternateBLAS
specification. This file may also be used onLinux-ARM
systems.I'd propose adding the following two lines:
The text was updated successfully, but these errors were encountered: