Skip to content
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

confluent-kafka does not build on PyPy #1747

Closed
7 tasks
lpsinger opened this issue May 13, 2024 · 3 comments
Closed
7 tasks

confluent-kafka does not build on PyPy #1747

lpsinger opened this issue May 13, 2024 · 3 comments
Assignees
Labels

Comments

@lpsinger
Copy link
Contributor

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 conda-forge/python-confluent-kafka-feedstock#85

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: {...}
  • Operating system:
  • Provide client logs (with 'debug': '..' as necessary)
  • Provide broker log excerpts
  • Critical issue
@pranavrth
Copy link
Member

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

lpsinger added a commit to lpsinger/python-confluent-kafka-feedstock that referenced this issue May 15, 2024
@lpsinger
Copy link
Contributor Author

Thanks for the clarification. See conda-forge/python-confluent-kafka-feedstock#86

@pranavrth pranavrth self-assigned this May 16, 2024
@pranavrth
Copy link
Member

Closing this issue.

lpsinger added a commit to conda-forge/python-confluent-kafka-feedstock that referenced this issue May 21, 2024
This package does not support PyPy.
See confluentinc/confluent-kafka-python#1747 (comment)

Co-authored-by: Duncan Macleod <duncanmmacleod+github@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants