wolfstudy commented on issue #7308: URL: https://github.com/apache/pulsar/issues/7308#issuecomment-689424002
> It seems to me that there's an issue in the env that is building the wheel files. We're publishing both `pulsar_client-2.6.0-cp37-cp37m-macosx_10_15_x86_64.whl` as well as `pulsar_client-2.6.0-cp38-cp38m-macosx_10_15_x86_64.whl` but both seem to be built with Boost-Python3.8. Yes, this is because we use the boost-python38 lib to build the python37 version. I modified a [`boost-python3.rb`](https://github.com/streamnative/homebrew-streamnative/blob/master/Formula/boost-python3.rb) file to build the boost-python37 lib, which may solve our problem. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
