pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Download Python Client as document steps throw errors

Open tisonkun opened this issue 3 years ago • 4 comments

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

tisonkun avatar Jul 28 '22 11:07 tisonkun

Could you confirm whether the Python client has been released since you're the release manager of 2.10.1? @codelipenghui

BTW, the command should be pip3 install 'pulsar-client[all]==2.10.1' on macOS.

BewareMyPower avatar Jul 28 '22 14:07 BewareMyPower

@BewareMyPower I think the quote issue is introduced by zsh syntax. Here is a pull request to adapt the case #16851

tisonkun avatar Jul 28 '22 14:07 tisonkun

The Python Client for macos haven't push yet, I will push it later.

codelipenghui avatar Aug 02 '22 02:08 codelipenghui

@codelipenghui still not found. Is there any estimate? Since 2.10.1 is an official release we must fix this issue though ><

tisonkun avatar Aug 10 '22 03:08 tisonkun

This can be related to https://github.com/apache/pulsar/issues/17468.

tisonkun avatar Sep 09 '22 04:09 tisonkun

The issue had no activity for 30 days, mark with Stale label.

github-actions[bot] avatar Oct 10 '22 02:10 github-actions[bot]

Works for me now. Closing...

tisonkun avatar Nov 09 '22 17:11 tisonkun