-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
docs: Updating Python installation section #17796
Conversation
Signed-off-by: tison <[email protected]>
### Install from source | ||
|
||
To install the `pulsar-client` library by building from source, follow [instructions](client-libraries-cpp.md#compilation) and compile the Pulsar C++ client library. That builds the Python binding for the library. | ||
|
||
To install the built Python bindings: | ||
|
||
```shell | ||
git clone https://github.com/apache/pulsar | ||
cd pulsar/pulsar-client-cpp/python | ||
sudo python setup.py install | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is simply incorrect. We should update the doc in README.md under pulsar-client-cpp
and add back this section to guide users there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's really complex to build the Python client "correctly" from source right now. See #17468.
Signed-off-by: tison <[email protected]>
@Anonymitaet comments resolved. Could you give this patch another turn? |
cc @BewareMyPower @shibd @RobertIndie @Demogorgon314 @Anonymitaet
This closes #17794.
Documentation
doc-required
(Your PR needs to update docs and you will update later)
doc-not-needed
(Please explain why)
doc
(Your PR contains doc changes)
doc-complete
(Docs have been already added)
Matching PR in forked repository
N/A