Skip to content
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

Apple silicon support #303

Open
simonrouse9461 opened this issue Feb 22, 2024 · 6 comments
Open

Apple silicon support #303

simonrouse9461 opened this issue Feb 22, 2024 · 6 comments
Labels

Comments

@simonrouse9461
Copy link

simonrouse9461 commented Feb 22, 2024

🚀 The feature, motivation and pitch

I'm trying to use Hierarchical Neighborhood Sampling for my project. I found that this feature requires pyg-lib, which is not available on Apple Silicon. Is there any plan to add Apple Silicon support?

Alternatives

No response

Additional context

No response

@rusty1s
Copy link
Member

rusty1s commented Feb 23, 2024

We do not provide wheels for M1 (since we miss support to build it in the first place). However, you can well install pyg-lib on macOS ARM via manual installation.

@Jieerbobo
Copy link

Hi, how to install pyg-lib on macOS ARM manually? When I try to install it, it occurs:
ERROR: Could not find a version that satisfies the requirement pyg-library==0.2.0 (from versions: none)
ERROR: No matching distribution found for pyg-library==0.2.0

@rusty1s
Copy link
Member

rusty1s commented Feb 26, 2024

Try

pip install ninja wheel
pip install git+https://github.com/pyg-team/pyg-lib.git

@Jieerbobo
Copy link

Thanks! But it still does not work:

  error: [Errno 2] No such file or directory: 'cmake'
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyg-lib
Running setup.py clean for pyg-lib
Failed to build pyg-lib
ERROR: Could not build wheels for pyg-lib, which is required to install pyproject.toml-based projects

@rusty1s
Copy link
Member

rusty1s commented Feb 26, 2024

pip install cmake

@Jieerbobo
Copy link

Thanks a lot! Now it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants