I'm trying to download SpaCy using pip and it isn't working on my computer. I'm getting the following error message:
Command "c:\users\myname\appdata\local\programs\python\python37\python.exe -u -c "import setuptools, tokenize;file='C:\Users\MyName\AppData\Local\Temp\pip-install-6g5hk79j\cytoolz\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\MyName\AppData\Local\Temp\pip-record-makf5_wt\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\MyName\AppData\Local\Temp\pip-install-6g5hk79j\cytoolz\
I've tried everything I've found from other posts on this problem, and nothing is working. Please help!