We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11ef6c commit e8a6de6Copy full SHA for e8a6de6
1 file changed
make.sh
@@ -70,7 +70,7 @@ if [[ "${DEPS}" == "1" ]]; then
70
if [ "${OS}" == "Linux" ]; then
71
DISTRO="$(lsb_release -i | awk -F':\t' '{print $2}')"
72
if [[ "${DISTRO}" == "Ubuntu" ]]; then
73
- sudo apt -y install python3-pip libpython3-dev python3-setuptools && pip3 install -U numpy spacy && python3 -m spacy download en_core_web_sm || exiterr "deps failed (linux), exiting."
+ sudo apt -y install python3-pip libpython3-dev python3-setuptools && pip3 install -U numpy && pip3 install -U spacy && python3 -m spacy download en_core_web_sm || exiterr "deps failed (linux), exiting."
74
else
75
exiterr "deps failed (unsupported linux distro ${DISTRO}), exiting."
76
fi
0 commit comments