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

Remove MacOS arm64 wheel #929

Merged
merged 1 commit into from
Dec 25, 2021

Conversation

xmatthias
Copy link
Contributor

@xmatthias xmatthias commented Dec 16, 2021

Unfortunately, the wheels we're building for Macos Silicon (arm64 builds) are not working correctly.

As mentioned in #927, help will be needed to test the arm64 binary - which i've now gotten (but it went the wrong way).

I've had a friend with a mac M1 install the wheel from the latest master build, and unfortunately, the arm64 wheel has the error also highlighted in #887 -

ImportError: dlopen(/opt/homebrew/lib/python3.8/site-packages/tables/utilsextension.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_H5E_CALLBACK_g'

I'm not sure we will be able to provide these wheels unless someone with an M1 (and some skills / patience) can help us get CI for this working (which may require additional changes to how the build process works - as i don't think this is a "ci only" thing, basd in #887).

With the removal of this, all remaining wheels have been tested, either manually (aarch64) - or in ci (all 64bit and win32).

Without a Mac M1 however, this is almost impossible to accomplish - as i can't test these myself, i'll have to defer this to either not provide these wheels - or to someone who is better equipped (from a hardware perspective) for this task.

@avalentino
Copy link
Member

Thanks @xmatthias.
I will wait some time before merging to give the possibility to people equipped with the proper HW to download artifacts and make some test.
Thanks anyway for your effort.

@avalentino avalentino merged commit ed92653 into PyTables:master Dec 25, 2021
@xmatthias xmatthias deleted the ci/remove_macosARM_wheel branch December 26, 2021 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants