-
Notifications
You must be signed in to change notification settings - Fork 926
Closed
Labels
installationAny issue related to library installation. Please consider adding an operating system label as wellAny issue related to library installation. Please consider adding an operating system label as well
Description
Importing in PyCharm & Bash with Python3.4 gives
Traceback (most recent call last):
File "generic.py", line 1, in <module>
from confluent_kafka import Producer
File "/usr/lib64/python3.4/site-packages/confluent_kafka/__init__.py", line 2, in <module>
from .cimpl import (Consumer, # noqa
ImportError: /usr/lib64/python3.4/site-packages/confluent_kafka/cimpl.cpython-34m.so: undefined symbol: rd_kafka_producev
The setup:
- Python 3.4 (v2 & 3.6 also installed)
- librdkafka 0.9.5 (via yum)
- librdkafka-devel: 0.11.0_confluent3.3.0 (via yum)
- Centos 7
This issue says the librdkafka version needs updating. I'm using the latest librdkafka & -devel.
Any help much appreciated as the package looks great.
Metadata
Metadata
Assignees
Labels
installationAny issue related to library installation. Please consider adding an operating system label as wellAny issue related to library installation. Please consider adding an operating system label as well