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
$ C_INCLUDE_PATH=/opt/homebrew/Cellar/librdkafka/0.11.4/include LIBRARY_PATH=/opt/homebrew/Cellar/librdkafka/0.11.4/lib pip install --pre --no-binary "confluent-kafka" -i https://test.pypi.org/simple/ "confluent-kafka==0.11.4rc1" # On OSX, need to provide paths for librdkafka
311
316
312
317
313
318
**RELEASE ITERATION:**
314
319
315
320
# For final releases no --pre or version-pinning, pay
316
321
# attention to the version being picked up, should be the
317
-
# final v0.11.4 release:
322
+
# final v0.11.4 release.
323
+
324
+
# Ensure you veriy installation of both pre-built wheel and building from source:
$ C_INCLUDE_PATH=/opt/homebrew/Cellar/librdkafka/0.11.4/include LIBRARY_PATH=/opt/homebrew/Cellar/librdkafka/0.11.4/lib pip install --no-binary "confluent-kafka" -i https://test.pypi.org/simple/ "confluent-kafka==0.11.4" # On OSX, need to provide paths for librdkafka
321
329
322
330
Verify that the package works and prints the expected version:
0 commit comments