Problemas na instalação do spacy na versão 2.2.3 (COLAB)

Home Forums Fórum Processamento de Linguagem Natural com spaCy e Python Problemas na instalação do spacy na versão 2.2.3 (COLAB)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40492
    LEANDRO
    Participant
      !pip install spacy==2.2.3
      
      Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ 
      
      Collecting spacy==2.2.3 
      
         Using cached spacy-2.2.3.tar.gz (5.9 MB) 
      
          Installing build dependencies ... done error: 
      
         subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. 
         │ exit code: 1 
         ╰─> See above for output.
        note: This error originates from a subprocess, and is likely not a problem with pip. 
      Getting requirements to build wheel ... 
      error error: subprocess-exited-with-error 
      × Getting requirements to build wheel did not run successfully. 
      │ exit code: 1 
      ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.
      #40652
      Fábio Spak
      Participant

        Olá Leandro, utilize o seguinte comando:

        !pip install spacy

        Fabio

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.