-
Notifications
You must be signed in to change notification settings - Fork 132
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
h3-py doesn't work with native python (Arm-64 architecture) on Apple M1 #204
Comments
That looks really weird. Specifically that implies that when you installed Also ref: #190. It's true that Github Actions doesn't support M1 execution environments, but you can still cross-compile a wheel for M1 using cibuildwheel. In another of my projects it consisted of "just" adding an |
I am using native arm64 python 3.8, so it should expect the xxx.arm64.whl when do pip install. I can't find one on the pypi site: https://pypi.org/project/h3/#files Since I am working on an M1 machine, I think I can try to create an arm64 wheel. Will keep you updated :) |
I think you should be able to follow the development steps to build a wheel yourself. https://github.com/uber/h3-py/blob/master/dev_notes.md Should be something like |
I had a similar problem on an M1 with (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/local/lib/cells.cpython-38-darwin.so' (no such file), '/usr/lib/cells.cpython-38-darwin.so' (no such file) I got it running by installing |
This is just a log here since Github doesn't support action on Apple M1 yet. Maybe do a manual build for M1 users?
The text was updated successfully, but these errors were encountered: