-
Notifications
You must be signed in to change notification settings - Fork 916
PEP517 #1357
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
Comments
Can you explain what problems it would solve? |
Because I'm packaging for gentoo overlay ::guru and now non PEP517 build are considered legacy |
It is unlikely that we'll spend time migrating to PEP517 until the current build system is considered a blocker. Do note that our build and release process is a bit complex due to the multi-platform support and bundled C libraries. |
cross referencing with: #1403 |
So how do we install this on a linux system if we are using python 3.11? In a dockerfile of "FROM python:3.11-slim" I cannot install "confluent-kafka" as it gives me: """ |
Faced same issue for my build as well - |
Is there a workaround for this issue or the only alternative is to switch to another Kafka client? Any suggestions on how to solve it? I am using confluent-kafka 2.3.0 |
I have same issue when try to install with Docker python 3.12 . Any active attentions from teams for this issue ?
|
Hi @mhowlett @edenhill @ekeric13 @rc-ctream @RajendraP @Alessandro-Barbieri @sergeykad @cuongquach , I am getting the below error while using python3.10.14-alpine as base image , if anyone else has successfully found a turnaround or fixes then please help here it is urgent. Error : |
Same issue here. |
Just renewing the error message: poetry now errors with
:-( |
Hi there, I got a similar problem installing confluent-kafka 2.4.0 in
Thanks |
Could you move the buildsystem to PEP517?
The text was updated successfully, but these errors were encountered: