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.
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:
(.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
Expected behavior
The python-client should be installed.
Desktop (please complete the following information):
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!
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.