Hi all! Trying to run the target-azureblobstorage ...
# troubleshooting
t
Hi all! Trying to run the target-azureblobstorage but get the common error " ModuleNotFoundError: No module named 'azure'" from the line
from azure.storage.blob import BlockBlobService, AppendBlobService
. However, after installing the correct python package through pip the error still persists. Anyone have any tips? The python package I am installing is
azure-blob-storage
.