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
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()
When using Python 3.10, kafka-python 2.0.2, in
python -Wd
:Needs find_spec and exec_module here
kafka-python/kafka/vendor/six.py
Line 170 in f19e423
The text was updated successfully, but these errors were encountered: