-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
When using Python 3.10, kafka-python 2.0.2, in python -Wd
:
>>> from kafka import KafkaConsumer
<frozen importlib._bootstrap>:914: ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()
<frozen importlib._bootstrap>:671: ImportWarning: _SixMetaPathImporter.exec_module() not found; falling back to load_module()
Needs find_spec and exec_module here
kafka-python/kafka/vendor/six.py
Line 170 in f19e423
class _SixMetaPathImporter(object): |
pheanex, abbiemery and ods
Metadata
Metadata
Assignees
Labels
No labels