tisonkun opened a new issue, #16849: URL: https://github.com/apache/pulsar/issues/16849
Python Client document writes: ``` # avro serialization $ pip install pulsar-client[avro]=='2.10.1' # functions runtime $ pip install pulsar-client[functions]=='2.10.1' # all optional components $ pip install pulsar-client[all]=='2.10.1' ``` However, all these optional features return not found: ``` ERROR: Could not find a version that satisfies the requirement pulsar-client[avro]==2.10.1 (from versions: 2.8.0, 2.8.1, 2.9.1, 2.9.2, 2.10.0) ERROR: No matching distribution found for pulsar-client[avro]==2.10.1 ``` It seems we don't release pypi packages for 2.10.1? cc @BewareMyPower @codelipenghui -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
