Thanks Zachary for your help I think that brings me back to my original error:
TypeError: blank() got an unexpected keyword argument ‘disable’
It looks like the error is linked to backwards incompatibility with the new spaCy v3.0 release, so pinning to spacy==2.3.5 resolved the issue. Thanks for your help!