-
Notifications
You must be signed in to change notification settings - Fork 45
[Client][python] Build Python client for Windows #29
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
Comments
The root cause might be
Pulsar Python client build requires a Python library installed on Windows. Could you help set up the Python in the workflow file? @yaalsn I think we might also need to add |
I have confirmed again, the |
I checked this issue today. It requires the changes to CMakeLists.txt because the dynamic library of Python client ( BTW, @yaalsn your CI workflow is wrong. The For Linux build:
|
I'm working on this issue in my own branch: https://github.com/BewareMyPower/pulsar/commits/bewaremypower/cpp-static-link. Now the Pulsar libraries can be built successfully on MSVC with |
@BewareMyPower Thanks for your help! |
The issue had no activity for 30 days, mark with Stale label. |
Moved to the dedicated repository. |
Closed by #23 |
Search before asking
Motivation
I try to build cpp client with
static
flag, and it seems that link progress will be fail.Here is my pr: https://github.com/apache/pulsar/pull/17507/files
The workflow run is here:
https://github.com/apache/pulsar/runs/8223165825?check_suite_focus=true#step:12:239
Maybe we need to fix CMakeLists.txt to support the compile.
Solution
No response
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: