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
confluent-kafka requires librdkafka >= 1.6.0
Logs building wheel with librdkafka = 1.4.0
```
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/local/include/python3.6m -c /tmp/pip-install-k9sj2mmo/confluent-kafka/src/confluent_kafka/src/confluent_kafka.c -o build/temp.linux-x86_64-3.6/tmp/pip-install-k9sj2mmo/confluent-kafka/src/confluent_kafka/src/confluent_kafka.o
In file included from /tmp/pip-install-k9sj2mmo/confluent-kafka/src/confluent_kafka/src/confluent_kafka.c:17:
/tmp/pip-install-k9sj2mmo/confluent-kafka/src/confluent_kafka/src/confluent_kafka.h:66:2: error: #error "confluent-kafka-python requires librdkafka v1.6.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
#error "confluent-kafka-python requires librdkafka v1.6.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
^~~~~
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for confluent-kafka
```
Signed-off-by: Martin Chacon Piza <martin@chaconpiza.com>
0 commit comments