I have VM run on ubuntu 18.04. On that I installed:
- python3.7
- confluent-kafka when run python script, I met this message error:
from .cimpl import (Consumer, #noqa
ModuleNotFoundError: no module named 'confluent_kafka.cimpl'
I've tried to run/install/remove in many ways but this error still occurred.