Closed kumaranvpl closed 1 month ago
We don't provide Python 3.13 wheels so the installation will fallback to installation from source distribution. The source distribution expects librdkafka
to be present which is not present in your case and hence facing this issue. Please refer this wiki for the installation in your case.
Published v2.6.0 with Python 3.13 wheels. Closing this issue. Please raise a new issue if you face any problem.
Description
I have tried to install
confluent-kafka
using the commandpip install confluent-kafka
with python version3.13.0rc1
. The installation fails with the following error:Python version
3.13.0rc1
is the penultimate preview release of python3.13
, with the stable version scheduled for release on October 1st, 2024, which is roughly 40 days from now. So, please add support for python 3.13 version. For more info regarding the release of the stable version of python 3.13, please checkout https://www.python.org/downloads/release/python-3130rc1/How to reproduce
confluent-kafka
using the commandpip install confluent-kafka
.Checklist
Please provide the following information:
'debug': '..'
as necessary)Error log