Hi all, Pulsar Python client 3.6.0 was released recently. However, there are some issues reported: - https://github.com/apache/pulsar-client-python/issues/245 - https://github.com/apache/pulsar-client-python/issues/243 - https://github.com/apache/pulsar-client-python/issues/242
The common issue is that when `pulsar` is first imported, then another module (e.g. `torch`) is imported, it will crash. It could be fixed by https://github.com/apache/pulsar-client-python/pull/244. Here are the wheels that include that fix: https://github.com/BewareMyPower/pulsar-client-python/actions/runs/13134539014 You can try these wheels to see if that works. I will start the 3.6.1 release ASAP after I verified it. Thanks, Yunze