Open dongpng opened 4 years ago
When trying to run the crawler I came across the following error:
ImportError: cannot import name 'BlockBlobService' from 'azure.storage.blob'
which looks like it's related to a change in the Azure library (azure-storage-blob was installed). Following https://stackoverflow.com/questions/57415346/from-azure-storage-blob-import-blockblobservice-is-not-working seemed to solve it (I haven't run the crawler completely yet but the error disappeared..). Maybe this is a note to add to the README?
azure-storage-blob
When trying to run the crawler I came across the following error:
ImportError: cannot import name 'BlockBlobService' from 'azure.storage.blob'
which looks like it's related to a change in the Azure library (
azure-storage-blob
was installed). Following https://stackoverflow.com/questions/57415346/from-azure-storage-blob-import-blockblobservice-is-not-working seemed to solve it (I haven't run the crawler completely yet but the error disappeared..). Maybe this is a note to add to the README?