-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Support azureml-pipeline-steps on M1 Mac #23538
Comments
@davystrong Thanks for reporting this issue. We are redirecting it to services team to look into it. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github. Issue Details
Describe the bug
To Reproduce
Expected behavior
|
HI @SaurabhSharma-MSFT, @bandsina May I ask, is there any update regarding the support of M1 ? |
Also have the same issue. Any update on this? |
Hi @SaurabhSharma-MSFT ,@xiangyan99, @bandsina Can we have an ETA or options for possible solutions. Thanks in advance |
It's almost 5 months since I opened this issue, would love an update. Is this anywhere near being fixed? |
Install x86_64 python packages on M1 MacBook Apple SiliconFound a temporary workaround that will allow M1 MacBook Pros to install x86 binaries. The steps here will install x86_64 binarys of homebrew, poetry and python. I am using pyenv and poetry to manage python environments and dependencies respectively. Configure new rosetta terminal
Install x86 dependencies
This will install homebrew at
This script will evaluate on start up of each terminal session and set the appropriate homebrew path.
|
+1 Developing Azure ML from M1 requires additional set up, both for local and remote development. Makes it harder to advocate for Azure ML to clients working with M1 local workspaces. |
@lloydhamilton works for me, thanks for describing it so nicely. My notes:
-) Keep in mind the executions will be very slow. |
v1 SDK is in maintenance only mode in favor of the v2 SDK being GA. Please file an issue for v2 SDK if your requests stand for v2. |
Folks you can also use conda:
|
Describe the bug
I can't install
azureml-pipeline-steps
on an M1 Mac because some dependencies don't support ARM. I have found four problem dependencies:pyarrow
(azureml-pipeline-steps
uses an old version which doesn't have ARM support. New versions do).azureml-dataprep-native
,azureml-dataprep-rslex
anddotnetcore2
, all of which are distributed as binary wheels and don't support ARM.To Reproduce
Steps to reproduce the behavior:
pip install azureml-pipeline-steps
Expected behavior
It should install correctly.
The text was updated successfully, but these errors were encountered: