-
Notifications
You must be signed in to change notification settings - Fork 922
Closed
Labels
enhancementRequesting a feature changeRequesting a feature changequestionA question about how to use or about expected behavior of the libraryA question about how to use or about expected behavior of the libraryworkaroundFor tagging issues that have a workaround documented in the comments or descriptionFor tagging issues that have a workaround documented in the comments or description
Description
No module named 'confluent_kafka.cimpl'
How to reproduce:
Deploy AWS Lambda function with Python 3.9 runtime and try to import:
from confluent_kafka import Producer
When confluent_kafka version 1.8.2 is used it returns an error:
No module named 'confluent_kafka.cimpl'
Works with Python 3.7 and confluent_kafka version 1.7.0.
Metadata
Metadata
Assignees
Labels
enhancementRequesting a feature changeRequesting a feature changequestionA question about how to use or about expected behavior of the libraryA question about how to use or about expected behavior of the libraryworkaroundFor tagging issues that have a workaround documented in the comments or descriptionFor tagging issues that have a workaround documented in the comments or description