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

feat(python,release): Ship binaries for M1 Mac OS 12 #1059

Closed
wjones127 opened this issue Jan 9, 2023 · 2 comments
Closed

feat(python,release): Ship binaries for M1 Mac OS 12 #1059

wjones127 opened this issue Jan 9, 2023 · 2 comments
Labels
binding/python Issues for the Python package enhancement New feature or request

Comments

@wjones127
Copy link
Collaborator

Description

On M1 Mac with MacOS 12.X, pip install deltalake downloads source.

If we instead run pip install deltalake --only-binary :all:, it downloads a previous version with the wheel name deltalake-0.6.3-cp37-abi3-macosx_11_0_arm64.whl. This likely has to do with MacOS versions.

Use Case

Related Issue(s)

@wjones127 wjones127 added enhancement New feature or request binding/python Issues for the Python package labels Jan 9, 2023
@wjones127
Copy link
Collaborator Author

It might have to do with this somehow:

>>> import distutils
>>> distutils.util.get_platform()
'macosx-11.0-arm64'

@wjones127
Copy link
Collaborator Author

I think this should be resolved in the next Python release.

PyO3/maturin-action#112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant