-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Conda installation failing in m1 macbook #4549
Comments
We do not have arm64 support for either conda or pypi packages, but I have made good experience with installing everything from source. This worked for me out-of-the-box. |
Could be that in the previous version you have it? For some reason, I was able to install it with pytorch 1.10 |
Sadly no. This always required a manual installation. I will definitely look into how we can provide arm64 wheels as well for future releases though. |
Thanks! For some reason, I was able to install it in the past using conda and pip, however, I am not able to reproduce it. I will try to do the installation from source. |
@dhorka I don't have an M1 mac, but my colleague has given me some tips for m1 and conda. I have not tested these things out. Running OSX-64 conda packages:
Check your activated environment to see what architecture it is using: Create an environment that uses osx-arm64 (you want the other way around):
In your case, you want to do the opposite. Set the subdir to What about AVX?
|
😵 Describe the installation problem
I created a new env with a fresh pyorch installation and I am not able to install pyg with conda in my MacBook with an m1 chip. I get the following error:
Environment
conda
,pip
, source): condatorch-scatter
): Macbook pro with an M1 chipThe text was updated successfully, but these errors were encountered: