TypeError in lesson 4 while using spacy.load('en')

i am getting a type error while executing spacy.load(‘en’) in lesson4-imdb.ipynb

ERROR
TypeError: Cannot cast scalar from dtype(‘O’) to dtype(‘float32’) according to the rule 'same_kind’

can someone please help me resolve it?