I'm trying to load spacy into SageMaker. I run the following in Jupyter notebook instance
!pip install spacy
I end up getting this error
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
error: command 'gcc' failed with exit status 1
and this as well
gcc: error: murmurhash/mrmr.cpp: No such file or directory
error: command 'gcc' failed with exit status 1
How can I resolve this issue withing Sagemaker?