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 install on Apple's M1 chipset #28429

Closed
armenzg opened this issue Sep 7, 2021 · 0 comments · Fixed by #29013
Closed

confluent-kafka does not install on Apple's M1 chipset #28429

armenzg opened this issue Sep 7, 2021 · 0 comments · Fixed by #29013
Assignees
Labels
Component: Developer Environment This covers issues related to setting up a developer's environment

Comments

@armenzg
Copy link
Member

armenzg commented Sep 7, 2021

Problem Statement

I've opened an issue upstream:
confluentinc/confluent-kafka-python#1190

I might be able to open a similar PR as in psycopg/psycopg2#1348

Solution Brainstorm

No response

@armenzg armenzg added the Component: Developer Environment This covers issues related to setting up a developer's environment label Sep 7, 2021
@armenzg armenzg added this to the Apple M1 dev env support milestone Sep 7, 2021
@armenzg armenzg self-assigned this Sep 7, 2021
armenzg added a commit that referenced this issue Oct 1, 2021
There's no `arm64` wheel for confluent-kafka, thus, we need to build our own
and install it from there.

Alternatively, we would have to automate a convoluted build work around (see [issue][upstream]
for details).

Fixes #28429.

[upstream]: confluentinc/confluent-kafka-python#1190
armenzg added a commit that referenced this issue Oct 6, 2021
There's no `arm64` wheel for confluent-kafka, thus, it needs to be built as part of the `pip install` step.
Instead of waiting for official support, I've uploaded the wheel I produced into a GC bucket.

Alternatively, we would automate a convoluted build process (see [issue][upstream] for details).

Fixes #28429.

[upstream]: confluentinc/confluent-kafka-python#1190
armenzg added a commit that referenced this issue Oct 7, 2021
There's no `arm64` wheel for confluent-kafka, thus, it needs to be built as part of the `pip install` step.
Instead of waiting for official support, I've uploaded the wheel I produced into a GC bucket.

Alternatively, we would automate a convoluted build process (see [issue][upstream] for details).

Fixes #28429.

[upstream]: confluentinc/confluent-kafka-python#1190
armenzg added a commit that referenced this issue Oct 12, 2021
There's no `arm64` wheel for confluent-kafka, thus, it needs to be built as part of the `pip install` step. Instead of waiting for official support, I've uploaded the wheel I produced into a GC bucket.

Alternatively, we would automate a convoluted build process (see [issue][upstream] for details).

Fixes #28429.

[upstream]: confluentinc/confluent-kafka-python#1190
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: Developer Environment This covers issues related to setting up a developer's environment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants