zbentley commented on issue #10721:
URL: https://github.com/apache/pulsar/issues/10721#issuecomment-859727639
I don't know; how would I find out? I'm using the result of `pip install
pulsar-client==2.7.1` on the docker python3.8 image.
```
root@4d281df6a62c:/usr/local/lib/python3.8/site-packages# ldd
_pulsar.cpython-38-x86_64-linux-gnu.so
linux-vdso.so.1 (0x00007ffdf09fc000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f2fc3819000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2fc3814000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f2fc380a000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f2fc3687000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2fc34c6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2fc42f9000)
root@4d281df6a62c:/usr/local/lib/python3.8/site-packages# dpkg -l | grep
boost
root@4d281df6a62c:/usr/local/lib/python3.8/site-packages# find / | grep boost
/proc/sys/vm/watermark_boost_factor
```
--
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]