So I'm trying to get space to work but it's giving me this error:
OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.
I have tried installing the module through the console, like 'python -m spacy download en' and a lot of other variations I found online to no success. I also tried to change spacy.load('en') to spacy.load('en_core_web_sm').