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

cannot import name 'Session' from 'econuy' #7

Closed
fededemo opened this issue Sep 26, 2020 · 1 comment
Closed

cannot import name 'Session' from 'econuy' #7

fededemo opened this issue Sep 26, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@fededemo
Copy link

fededemo commented Sep 26, 2020

despues de realizar el pip install, cuando voy a correr:

from econuy import Session sess = Session(location="/Users/fededeleon/econuy") df = sess.get(dataset="cpi").dataset

me aparece el warning:
cannot import name 'Session' from 'econuy'

cómo lo puedo solucionar?

Muchas gracias!!

@rxavier
Copy link
Owner

rxavier commented Oct 2, 2020

Perdón la demora, sinceramente no vi este issue.

Tenía el README desactualizado luego de corregir un error. Tenés que hacer

from econuy.session import Session

Disculpá la confusión. Próximamente va a volver esa funcionalidad, pero la tuve que retirar porque me estaba generando un problema con la creación de documentación.

@rxavier rxavier added the documentation Improvements or additions to documentation label Oct 2, 2020
@rxavier rxavier closed this as completed Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants