spacy.load('en')が実行できない

Jupyter notebookで下記のコードを実行すると、次のようなエラーがでます。 ```python3 import spacy en_nlp = spacy.load('en') ``