Commit 76403d26897b874bdd9c0d05bcafec778790c599
1 parent
548a8ac1
Exists in
master
and in
1 other branch
Especifica versão do nltk no script de instalação
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
install/linux/install.sh
... | ... | @@ -30,7 +30,7 @@ read -r -p "Deseja fazer o download das dependências? [Y/n] " response |
30 | 30 | echo -e "# Instalando dependências...\n" |
31 | 31 | sudo apt-get update |
32 | 32 | sudo apt-get install -y python-dev python-setuptools python-pip python-yaml python-numpy python-matplotlib |
33 | - sudo pip install nltk nltk_tgrep --upgrade | |
33 | + sudo pip install nltk==3.0.5 nltk_tgrep --upgrade | |
34 | 34 | |
35 | 35 | fi |
36 | 36 | ... | ... |