-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
unable to insert data in Big query using custom prediction routine #2627
Comments
This is a duplicate of googleapis/google-cloud-python#9965. A fix was released in google-cloud-bigquery 1.23.1. To fix, please upgrade your
|
I have updated the package but its still not working. **from setuptools import setup REQUIRED_PACKAGES = ['sklearn','numpy','pandas','google-cloud-bigquery == 1.23.1','six == 1.13.0','pandas-gbq'] setup( Python Version: 3.5 Error: |
Can you provide more of the ImportError traceback? It's not clear to me in which package the import is failing. |
I have uploaded sample code with setup file, I have also shared entire log file here , Please let me know in case you need more information. |
Gonzalo, can you investigate this problem with using BigQuery from AI Platform? I can't tell from the logs what might be causing this error. |
are you guys able to reproduce the issue ? |
@gogasca PTAL |
We support Python 3.7. Can you please try it:
|
We haven't heard back in a few weeks. So, I'm going to close this. But, feel free to comment or open another issue if you have trouble with another sample. |
When i am trying to insert a record in big query using from pandas.io import gbq , it throws some installation error.
Code:
final_df.to_gbq(destination_table="dataset_logging.drift_detection",project_id="advance-vector-233712",if_exists='append')
pandas-gbq requires google-cloud-bigquery: cannot import name 'collections_abc' from 'six.moves'
The text was updated successfully, but these errors were encountered: