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

Incompatibilidad entre pyarrow - bigquery #11

Open
PyMap opened this issue Mar 1, 2022 · 0 comments
Open

Incompatibilidad entre pyarrow - bigquery #11

PyMap opened this issue Mar 1, 2022 · 0 comments
Assignees

Comments

@PyMap
Copy link
Owner

PyMap commented Mar 1, 2022

El setup.py install requires instala

install_requires=[
        #'google-cloud-bigquery >= 1.9.0',
        #'google-cloud-bigquery-storage >= 2.9.1',
        #'google-cloud-bigquery[bqstorage,pandas]',
        'numpy >= 1.21.3',
        'pandas >= 1.3.4',
        'streamlit >= 1.1.0',
        'matplotlib >= 3.4.3',
    ]

pero google-cloud-bigquery tiene algun conflicto de dependencia con pyarrow.

error: pyarrow 7.0.0 is installed but pyarrow<7.0dev,>=3.0.0 is required by {'google-cloud-bigquery', 'db-dtypes'}

Esto se usaba inicialmente para consumir data desde el marketplace de Properati. En el modulo vivienda.py

Como ahora no se esta usando lo dejo comentado porque puede que no se use mas bigquery

@PyMap PyMap self-assigned this Mar 1, 2022
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

1 participant