如何在 Azure python 中使用 Eventhub 和 Storage SDK
How use Eventhub and Storage SDK in python in Azure
当人们想在 python SDK 中使用 ADLS gen2 存储和事件中心时,他们如何解决这个问题
https://github.com/Azure/azure-sdk-for-python/issues/8912
如果我误解了你的问题,请纠正我。
如果您在虚拟环境中安装了azure-eventhub 1.3.2, and at the same time you want to use the latest azure-storage-blob 12.1.0 to operate ADLS Gen2(I assume you just need to operate ADLS Gen2, but nothing to do with event hub). If that's the case, I suggest you can create a virtual environment, then install the azure-storage-blob 12.1.0。
如果要使用最新的azure-storage-blob 12.1.0 with azure event hub, then the lower version of event hub is incompatible with azure-storage-blob 12.1.0, you should use the newer version of event hub, like azure-eventhub 5.0.0.
当人们想在 python SDK 中使用 ADLS gen2 存储和事件中心时,他们如何解决这个问题 https://github.com/Azure/azure-sdk-for-python/issues/8912
如果我误解了你的问题,请纠正我。
如果您在虚拟环境中安装了azure-eventhub 1.3.2, and at the same time you want to use the latest azure-storage-blob 12.1.0 to operate ADLS Gen2(I assume you just need to operate ADLS Gen2, but nothing to do with event hub). If that's the case, I suggest you can create a virtual environment, then install the azure-storage-blob 12.1.0。
如果要使用最新的azure-storage-blob 12.1.0 with azure event hub, then the lower version of event hub is incompatible with azure-storage-blob 12.1.0, you should use the newer version of event hub, like azure-eventhub 5.0.0.