alan-turing-institute / misinformation-crawler

Web crawler to collect snapshots of articles to web archive
MIT License
5 stars 2 forks source link

Blockblobservice Error #359

Open dongpng opened 4 years ago

dongpng commented 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?