-
Notifications
You must be signed in to change notification settings - Fork 919
Description
Description
import confluent_kafka fails on MacOS Sierra 10.12.6 with Python 2.7.10 and Python 3.5.2。
How to reproduce
pip install 'confluent-kafka==0.11.6'
Python 2.7.10 (default, Feb 7 2017, 00:08:15)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
from confluent_kafka import Consumer
Traceback (most recent call last):
File "", line 1, in
File "/Users/sword-breaker/venv/backend/lib/python2.7/site-packages/confluent_kafka/init.py", line 2, in
from .cimpl import (Consumer, # noqa
ImportError: dlopen(/Users/sword-breaker/venv/backend/lib/python2.7/site-packages/confluent_kafka/cimpl.so, 2): Symbol not found: _syslog$DARWIN_EXTSN
Referenced from: /Users/sword-breaker/venv/backend/lib/python2.7/site-packages/confluent_kafka/.dylibs/libcrypto.1.0.0.dylib (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
in /Users/sword-breaker/venv/backend/lib/python2.7/site-packages/confluent_kafka/.dylibs/libcrypto.1.0.0.dylib
Checklist
Please provide the following information:
- confluent-kafka-python and librdkafka version (
confluent_kafka.version()
andconfluent_kafka.libversion()
): librdkafka: stable 0.11.6, confluent-kafka 0.11.6 - Operating system: MacOS Sierra 10.12.6