-
Notifications
You must be signed in to change notification settings - Fork 154
Build MacOS Apple Silicon PyPI wheels #2335
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
Conversation
eaf29db to
602b68e
Compare
317658a to
a697da2
Compare
e596cc7 to
9e87da0
Compare
4e1421e to
92b9af7
Compare
7f6a58e to
a09e3da
Compare
c2bf267 to
802a7d4
Compare
`test_move_lmdb_library_map_size_increase` Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
807b487 to
f9d3901
Compare
|
We should be able to just, 'pip install arcticdb', if we are on Apple Silicon (I'm on an M4 Max), but I'm getting the standard error: pip index versions arcticdb |
|
I have the same issue. Can you please help. |
|
The word is that a version compatible with Apple Silicon will be available by the end of 2025. |
#### Reference Issues/PRs <!--Example: Fixes #1234. See also #3456.--> #### What does this implement or fix? #2335 since this no debug symbols are being uploaded in releases or in any builds as they stopped appearing in the artefacts They are now showing https://github.com/man-group/ArcticDB/actions/runs/16986080679?pr=2584 scroll down to build-metadata-linux artefacts #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details> <!-- Thanks for contributing a Pull Request to ArcticDB! Please ensure you have taken a look at: - ArcticDB's Code of Conduct: https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md - ArcticDB's Contribution Licensing: https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing -->
|
Until the wheels for MacOS appear on PyPI (not currently there as of today) are they available anywhere for download whilst in Beta? I would like to try out if possible. Thanks |
|
You can use the builds from conda-forge. |
Thanks @jjerphan . I was aware of that. I have been using conda the last 9 months but it is out of line with a bunch of our workflows and we would rather use Pypi (which we already can in CICD and deploy as they on AMD64 machines) but dev is on MacOS so it's a bit of a mess with the switch over. Hence why I was keen to see the PR adding MacOS PyPI builds. The README docs for this repo now say that MacOS binary builds on PyPI are now in beta but I can't see any way of finding where they are. |
|
They have not been published yet. |
|
Ok thanks
…On Wed, 3 Sep 2025 at 09:21, Julien Jerphanion ***@***.***> wrote:
*jjerphan* left a comment (man-group/ArcticDB#2335)
<#2335 (comment)>
They have not been published yet.
—
Reply to this email directly, view it on GitHub
<#2335 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF2ZJEX2H6JLJPKCGHGGCTD3Q2QI7AVCNFSM6AAAAAB3HZK5GOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTENBYGE4TEMJVGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
@jjerphan Is there any update on when the apple silicon beta builds on Pypi will be published or at least the wheels made available? Thanks |
|
@jjerphan I see the macOS wheels just became available on the latest pre-release a couple of hours ago. Wonderful thanks. |
|
They likely will be available on PyPI once #2761 is completed. |
Reference Issues/PRs
What does this implement or fix?
Fix #759.
Any other comments?
Checklist
Checklist for code changes...