You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/31 14:43:37 UTC

[GitHub] [airflow] darwinyip opened a new issue #15113: ImportError: cannot import name '_check_google_client_version' from 'pandas_gbq.gbq'

darwinyip opened a new issue #15113:
URL: https://github.com/apache/airflow/issues/15113


   **What happened**:
   
   `pandas-gbq` released version [0.15.0](https://github.com/pydata/pandas-gbq/releases/tag/0.15.0) which broke `apache-airflow-backport-providers-google==2020.11.23`
   
   ```
   ../lib/python3.7/site-packages/airflow/providers/google/cloud/hooks/bigquery.py:49: in <module>
       from pandas_gbq.gbq import (
   E   ImportError: cannot import name '_check_google_client_version' from 'pandas_gbq.gbq' (/usr/local/lib/python3.7/site-packages/pandas_gbq/gbq.py)
   ```
   
   The fix is to pin `pandas-gpq==0.14.1`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #15113: ImportError: cannot import name '_check_google_client_version' from 'pandas_gbq.gbq'

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #15113:
URL: https://github.com/apache/airflow/issues/15113


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org