Skip to content

Instantly share code, notes, and snippets.

@petebids
Created July 7, 2020 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petebids/6b82dab5ed44018e44d537b6c513f34d to your computer and use it in GitHub Desktop.
Save petebids/6b82dab5ed44018e44d537b6c513f34d to your computer and use it in GitHub Desktop.
pete@pete-desktop:~/confluent-kafka-python$ python3
Python 3.8.2 (default, Apr 27 2020, 15:53:34)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from confluent_kafka.schema_registry import SchemaRegistryClient
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/pete/confluent-kafka-python/confluent_kafka/__init__.py", line 19, in <module>
from .deserializing_consumer import DeserializingConsumer
File "/home/pete/confluent-kafka-python/confluent_kafka/deserializing_consumer.py", line 19, in <module>
from confluent_kafka.cimpl import Consumer as _ConsumerImpl
ModuleNotFoundError: No module named 'confluent_kafka.cimpl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment