You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* On **OSX**, use **homebrew** and do `sudo brew install librdkafka`
152
152
153
+
**NOTE:** The pre-built manylinux wheels do NOT contain SASL Kerberos support. If you need SASL Kerberos support you must install librdkafka and its dependencies using the above repositories and then build confluent-kafka from source using the instructions below.
154
+
153
155
154
156
Install
155
157
=======
156
158
157
-
**Install from PyPi:**
159
+
**Install self-contained binary wheels for OSX and Linux from PyPi:**
158
160
159
161
$ pip install confluent-kafka
160
162
161
-
# for AvroProducer or AvroConsumer
163
+
**Install AvroProducer and AvroConsumer:**
164
+
162
165
$ pip install confluent-kafka[avro]
163
166
167
+
**Install from source from PyPi***(requires librdkafka + dependencies to be installed separately)*:
0 commit comments