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

[Python] Adjusted script to build wheel for Python 3.7 on Mac #15407

Merged
merged 1 commit into from
May 3, 2022

Conversation

merlimat
Copy link
Contributor

@merlimat merlimat commented May 1, 2022

Motivation

Fix apache/pulsar-client-python#51

In the build-mac-wheels.sh script we were not building the wheel for Python 3.7. We need to treat 3.7 in a slightly different way because it has no support for Mac M1 binaries (universal2 which support was added in Python 3.8). Therefore for Python 3.7 we're going to build an x86_64 only wheel file, cross compiling is the build is happening on an M1 Mac.

@merlimat merlimat added area/build component/client-python doc-not-needed Your PR changes do not impact docs labels May 1, 2022
@merlimat merlimat added this to the 2.11.0 milestone May 1, 2022
@merlimat merlimat self-assigned this May 1, 2022
@merlimat merlimat merged commit 46c2817 into apache:master May 3, 2022
nicoloboschi pushed a commit to datastax/pulsar that referenced this pull request Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[python] Pulsar Client package is missing from PyPi for Macosx and Python37
2 participants