Pulsar: [pulsar-client-cpp/python] pypi has no tracked versions of the client for python 3.8

Created on 12 Dec 2019  路  6Comments  路  Source: apache/pulsar

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
Make available the python pulsar client for python version 3.8 via pypi.

Additional context
this issue was created by request following a conversation with @srkukarni on slack.

triagweek-50 typfeature

Most helpful comment

I did some work, I will try to update the build images and get it running . Should have the pr sent out next week.

All 6 comments

copy from #5842

Describe the bug
Cannot install pulsar-client==2.4.2 on Python 3.8.0, receiving error: No matching distribution found for pulsar-client.

To Reproduce
Steps to reproduce the behavior:

  1. Try to install pulsar-client in the Python 3.8.0 environment:
(.venv) # python -V
Python 3.8.0
(.venv) # pip install pulsar-client
ERROR: Could not find a version that satisfies the requirement pulsar-client (from versions: none)
ERROR: No matching distribution found for pulsar-client
  1. See error

Expected behavior
The python-client should be installed.

Desktop (please complete the following information):

  • OS: macOS Catalina (v. 10.15.2)

copy some of the info from slack channel, which @brendan discussed with @sijie and @srkukarni.

user mac version:
`mojave 10.14.6`

user python verison
`
3.5.8
3.6.4
3.8.0
`
checked python 3.7 worked but 3.8 not work.

According to the slack discussion, need support for python 3.8 and @srkukarni will help on this.
Thanks @rally-bot @srkukarni

Any news on the subject? Is there any chance to use pulsar-client 2.4.2 with Python 3.8?

Any updates on when pulsar client will be supported on python3.8 ?

I did some work, I will try to update the build images and get it running . Should have the pr sent out next week.

Sorry to be that guy, but do we have any news on this? Thanks in advance!

Was this page helpful?
0 / 5 - 0 ratings