merlimat commented on issue #15417: URL: https://github.com/apache/pulsar/issues/15417#issuecomment-1117669045
``` ./build-mac-wheels.sh # Success! cd dist conda create -n pulsarexample conda install wheel conda activate pulsarexample pip install (any of the wheel files) # They all fail ``` How are these failing? What error are you getting? Can you try with the official released wheels? https://pypi.org/project/pulsar-client/2.10.0/#files Can you also report the `pip debug --verbose` (this would include all the tags supported by your python env). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
