Mac M1 (ARM) support
See original GitHub issue- Package name: azureml-sdk
- Package version: all version
- Operating System: macOS Monterey 12.3
- Python Version: 3.8.12
Impossible to install the azureml-sdk with pip on mac M1.
To Reproduce
Steps to reproduce the behavior:
pip install azureml-sdk
Expected behavior azureml-sdk to be installed
Issue Analytics
- State:
- Created a year ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Mac computers with Apple silicon
Mac computers with Apple silicon · MacBook Air (M2, 2022) · MacBook Pro (13-inch, M2, 2022) · Mac Studio (2022) · MacBook Pro...
Read more >Apple M1 Processor Overview and Compatibility - Toptal
The M1 is an ARM processor, not an x86 processor. ... The only downside is that there's no eGPU support and you can't...
Read more >Apple M1 - Wikipedia
Apple's macOS and iPadOS operating systems both run on the M1. Initial support for the M1 SoC in the Linux kernel was released...
Read more >Apple Silicon and Apple M2 and M1 Ultra app and game ...
List of compatibility apps and games for Apple Silicon and the Apple M2 and M1 Ultra Processors including performance reports and benchmarks.
Read more >Apple M1 Chip: Everything You Need to Know - MacRumors
Apple in November 2020 released the first Macs with an Arm-based M1 chip ... compromise when choosing an M1 Mac, and that's Windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Saxamos To clarify on what I meant by an azureml package,
azureml-sdk
is a meta package that includes a group of pypi packages. It is no longer recommended for people to runpip install azureml-sdk
, instead people should runpip install azureml-core
and then install other feature packages as needed. See more details on this page. https://learn.microsoft.com/en-us/python/api/overview/azure/ml/install?view=azure-ml-py. It will be helpful to know which exact package underazureml-sdk
is the culprit for your case.Also, have you seen our v2 SDK, which just reached GA? https://learn.microsoft.com/en-us/python/api/overview/azure/ml/installv2?view=azure-ml-py
Thanks for the feedback @Saxamos , someone from the @azureml-github will investigate asap.