I upgraded confluent-kafka from 1.0.1 to 1.4.2. After upgrading, if I
execute 'pip install' I am getting the following error. I am using python
2.7. Has anyone else encountered this issue?

Traceback (most recent call last):import confluent_kafka as kafkaFile
"/home/sshil/virtual_envs/ma_venv/local/lib/python2.7/site-packages/confluent_kafka/__init__.py",
line 19, in <module>from .deserializing_consumer import
DeserializingConsumerFile
"/home/sshil/virtual_envs/ma_venv/local/lib/python2.7/site-packages/confluent_kafka/deserializing_consumer.py",
line 19, in <module>from confluent_kafka.cimpl import Consumer as
_ConsumerImplImportError:
/home/sshil/virtual_envs/ma_venv/local/lib/python2.7/site-
packages/confluent_kafka/cimpl.so: undefined symbol: PyUnicodeUCS2_FromObject

Reply via email to