-
Notifications
You must be signed in to change notification settings - Fork 916
Problems to install with pip into Docker container #1403
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
+1 here, I am getting the same error when installing with PDM pdm-project/pdm#1286:
|
Manually hinting where to find the $ brew ls librdkafka
/opt/homebrew/Cellar/librdkafka/1.9.2/include/librdkafka/ (3 files)
/opt/homebrew/Cellar/librdkafka/1.9.2/lib/librdkafka++.1.dylib
/opt/homebrew/Cellar/librdkafka/1.9.2/lib/librdkafka.1.dylib
/opt/homebrew/Cellar/librdkafka/1.9.2/lib/pkgconfig/ (4 files)
/opt/homebrew/Cellar/librdkafka/1.9.2/lib/ (5 other files)
/opt/homebrew/Cellar/librdkafka/1.9.2/share/doc/ (7 files)
C_INCLUDE_PATH=/opt/homebrew/Cellar/librdkafka/1.9.2/include/
$ pip install confluent-kafka |
It's not useful for me if I want to use confluent-Kafka in a project with more teammates, deploy to no local environments, etc. |
Yes, would be ideal of we had more wheel packages at https://pypi.org/project/confluent-kafka/ I personally need a Python 3.10 universal MacOS build. |
@jjmmolina are you on M1? if not what platform? |
closing under the assumption this will be resolved with #1439 |
Uh oh!
There was an error while loading. Please reload this page.
Description
I'm using
Python 3.10.2
and I have this message when I try to install into myvenv
environment runningpip install confluent-kafka
How to reproduce
Run
pip install confluent-kafka
usingPython 3.10.2
Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
): Trying to install confluent-kafka-1.9.0{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: