Skip to content

Windows Python311 Install Failing due to lack of Wheel #1480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks
mkmoisen opened this issue Dec 12, 2022 · 1 comment
Closed
6 tasks

Windows Python311 Install Failing due to lack of Wheel #1480

mkmoisen opened this issue Dec 12, 2022 · 1 comment

Comments

@mkmoisen
Copy link
Contributor

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.

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
@pranavrth
Copy link
Member

We have plans to release 3.11 wheel with the next release. The issue related to this already being tracked here - #1452.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants