Conda package for M1 MacBook
See original GitHub issue🚀 Feature
Motivation
Hello, several ML/DL packages are providing direct M1 chip (just CPU) support through conda now e.g., pytorch/osx-arm64, I looked around the issues page and discuss.dgl.ai, and I couldn’t find a issue tracking this, so I decided to open an issue by myself. Is there a plan to support M1 chip (just CPU) on dglteam
channel?
Alternatives
- Compile from source
- Use
x86
conda through rosetta2 emulation, this alternative used to work fine 3-5 months ago but running into issues recently 🙁
Pitch
- Support
osx-arm64
packages ondglteam
conda channel - I’m happy to help in anyway regarding this, I see the build recipes are within
dgl
repo and the build is triggered on Jenkins
Additional context
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:15 (3 by maintainers)
Top Results From Across the Web
New Release: Anaconda Distribution Now Supporting M1
The 2022.05 release of Anaconda Distribution features native compiling for Apple M1's ARM64 architecture (boasting 20% faster compute), ...
Read more >How to Manage Conda Environments on an Apple Silicon M1 ...
It allows you to maintain separate environments for different projects — each environment can contain different packages, different package ...
Read more >Installing on macOS - Conda
Download the installer: Miniconda installer for macOS. · Verify your installer hashes. · Install: Miniconda---In your terminal window, run: · Follow the prompts...
Read more >Anaconda and upgrading to new M1 Mac - Stack Overflow
This will install an M1 native conda, and that conda's default environment will by default install M1 native python versions and M1 native ......
Read more >Conda on M1 Mac with Miniforge - Ryan - Medium
With Apple's new M1 architecture based on ARM64, Anaconda does not support M1 natively yet. So to utilize full performance of M1, we're...
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 Free
Top 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
Hi! I am also trying to compile DGL from source on a mac M1 and I run into issues related to deprecated sem_init. I have followed the instructions for compiling in Install from source -> MacOS and I am using clang version 13.0.0 (clang-1300.0.29.30).
During compilation I get the following error:
Thank you for your help.
-artur palha
@luisaforozco : ohh I also got this… for the first time, then the second time, repeating the compilation +
python setup.py install
, it worked.