Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Error #10

Open
EnzoBustos opened this issue Jun 26, 2022 · 3 comments
Open

Import Error #10

EnzoBustos opened this issue Jun 26, 2022 · 3 comments

Comments

@EnzoBustos
Copy link

Olá não estou conseguindo utilizar a biblioteca com o Google Colab, você tem algum exemplo de import ou de código que esteja utilizando o Leia?

@wellingtomnnb
Copy link

ERRO

cannot import name 'SentimentIntensityAnalyzer' from 'leia' (/home/dba/.local/lib/python3.9/site-packages/leia/__init__.py)

Alguma solução?

@Ronkiro
Copy link
Contributor

Ronkiro commented Sep 30, 2022

Aqui neste repo tem um exemplo de uso do LeIA.

@wellingtomnnb o LeIA ainda não está disponibilizado via PyPI (Ver PR #9 ); Pelo diretório que você forneceu estar no site-packages, acredito que tenha tentado instalar via pip, o que não dará certo. Pelo pip você cairá neste repo aqui

@o-lucascarvalho
Copy link

Funcionou instalando e importando da seguinte forma.

!pip install leIA-br

from LeIA import SentimentIntensityAnalyzer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants