confluent-kafka-python
confluent-kafka-python copied to clipboard
confluent-kafka does not build on PyPy
Description
This package does not build on PyPy because it uses PyException_HEAD which does not exist in the PyPy headers.
How to reproduce
See https://github.com/conda-forge/python-confluent-kafka-feedstock/pull/85
Checklist
Please provide the following information:
- [ ] confluent-kafka-python and librdkafka version (
confluent_kafka.version()andconfluent_kafka.libversion()): - [ ] Apache Kafka broker version:
- [ ] Client configuration:
{...} - [ ] Operating system:
- [ ] Provide client logs (with
'debug': '..'as necessary) - [ ] Provide broker log excerpts
- [ ] Critical issue
We support CPython based pythons and which are compatible with CPython. PyPy is not compatible with CPython.
Thanks for the clarification. See https://github.com/conda-forge/python-confluent-kafka-feedstock/pull/86
Closing this issue.