skip to Main Content

Python Error when importing azure-eventhub on Mac Monterey

I am trying to import following: from azure.eventhub import EventData from azure.eventhub.aio import EventHubProducerClient from azure.eventhub.exceptions import EventHubError I get error: from azure.eventhub import EventData Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/azure/eventhub/__init__.py", line 5,…

VIEW QUESTION
Back To Top
Search