confluentinc / confluent-kafka-python

Confluent's Kafka Python Client
http://docs.confluent.io/current/clients/confluent-kafka-python
Other
3.72k stars 882 forks source link

confluent-kafka does not build on PyPy #1747

Closed lpsinger closed 1 month ago

lpsinger commented 1 month ago

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:

pranavrth commented 1 month ago

We support CPython based pythons and which are compatible with CPython. PyPy is not compatible with CPython.

lpsinger commented 1 month ago

Thanks for the clarification. See https://github.com/conda-forge/python-confluent-kafka-feedstock/pull/86

pranavrth commented 1 month ago

Closing this issue.