You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install confluent_kafka on Windows with Python 3.11.1 is failing to compile, presumably because no wheel has been build yet for Python 3.11 on Windows.
C:\Users\foo\AppData\Local\Temp\pip-install-yp62n49s\confluent-kafka_4bbf826983d84843b371f5b77cac6607\src\confluent_kafka\src\confluent_kafka.h(23): fatal error C1083: Cannot open include file: 'librdkafka/rdkafka.h': No such file or directory
Please check here for an old discussion about this on python3.8.
How to reproduce
Run pip install confluent_kafka in Windows under Python 3.11.
Checklist
Please provide the following information:
confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()):
Apache Kafka broker version:
Client configuration: {...}
[x ] Operating system: Windowx
Provide client logs (with 'debug': '..' as necessary)
Provide broker log excerpts
Critical issue
The text was updated successfully, but these errors were encountered:
Description
pip install confluent_kafka
on Windows with Python 3.11.1 is failing to compile, presumably because no wheel has been build yet for Python 3.11 on Windows.Please check here for an old discussion about this on python3.8.
How to reproduce
Run
pip install confluent_kafka
in Windows under Python 3.11.Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
):{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: