You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/20 04:36:58 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #17468: [Bug] Cannot build Python wheels for macOS

BewareMyPower commented on issue #17468:
URL: https://github.com/apache/pulsar/issues/17468#issuecomment-1284912921

   @Jason918 It's already fixed in latest pulsar-client-python repo. The root cause is when building universal2 Python from source, it relies on the universal binary of zlib. So a universal binary of zlib must be built before building Python.
   
   https://github.com/apache/pulsar-client-python/blob/main/pkg/mac/build-dependencies.sh


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org