Closed ivanmkc closed 3 years ago
Fixed by setting GRPC_DEFAULT_SSL_ROOTS_FILE_PATH
envvar.
Reference: https://github.com/tensorflow/io/tree/master/tensorflow_io/bigquery
Provided link is 404, and I am running into this error
@sfines-clgx try this link: https://github.com/tensorflow/io/blob/master/tensorflow_io/bigquery.md
This code was taken from this notebook linked from https://www.tensorflow.org/io/tutorials/bigquery.
Running the below code on Colab works fine. Running the exact same code with a similar environment on my Macbook Pro, does not.
Using this code in AI Platform (Unified) for custom training also works fine.
Code to reproduce. Make sure you change
PROJECT_ID
Error:
Colab
pip freeze
My
pip freeze
My Python version: Python 3.7.9