- This topic has 1 reply, 2 voices, and was last updated 2 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Processamento de Linguagem Natural com spaCy e Python › erro ao fazer download pacote pt google.colab
//estou usando o comando que foi informado no vídeo, mas aparece essa mensagem de erro... //comando para baixar pacotes em portugues python -m spacy download pt //mensagem de erro a baixo File "<ipython-input-3-0ef2e240ca55>", line 1 python -m spacy download pt ^ SyntaxError: invalid syntax
Olá Luzbela, utilize essa versão do spacy:
!pip install spacy==2.2.3
Fabio