Hi - I am trying to load a spacy language model for my app:
06:28 ~/learning_map/edugame_maker/APP_CODE (master)$ python3.6 -m spacy download en
Everything seems to be downloading fine, until I get a permission denied message.
running install_lib
creating /usr/local/lib/python3.6/dist-packages/en_core_web_sm
error: could not create '/usr/local/lib/python3.6/dist-packages/en_core_web_sm': Permission denied
----------------------------------------
Command "/usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-2_e2d596-build/setup.py';f=getattr(tokenize, 'open', open)(__fi
le__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-kj2t451r-record/install-reco
rd.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-2_e2d596-build/
Any suggestions on how to resolve this? I tried initiating the same command from various folders.
Thank you in advance.