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

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

Visualizando 2 posts - 1 até 2 (de 2 do total)
  • Autor
    Posts
  • #40492
    LEANDRO
    Participante
    !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

    Olá Leandro, utilize o seguinte comando:

    !pip install spacy

    Fabio

Visualizando 2 posts - 1 até 2 (de 2 do total)
  • Você deve fazer login para responder a este tópico.