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
from kafka import KafkaConsumer
from kafka import common
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'common' from 'kafka' (/usr/local/lib/python3.11/dist-packages/kafka/init.py)
python version used 3.11
root@jack:~# python3.11 -m pip list | grep kafka
kafka-python-ng 2.2.2
root@jack:~#
The text was updated successfully, but these errors were encountered: