You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "JavaProjectsThatNeedHelp.py", line 190, in <module> run() File "JavaProjectsThatNeedHelp.py", line 166, in run bigqcollection = p | 'ReadFromBQ' >> beam.io.Read(beam.io.BigQuerySource(project=project,query=get_java_query)) File "/usr/local/lib/python2.7/dist-packages/apache_beam/io/gcp/bigquery.py", line 321, in __init__ 'Google Cloud IO not available, ' ImportError: Google Cloud IO not available, please install apache_beam[gcp]
The text was updated successfully, but these errors were encountered:
[Requirement - Add
sudo pip install apache_beam[gcp]
](https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/data_analysis/lab2/python/install_packages.sh#L5)
Error Output without the requirement file
Traceback (most recent call last): File "JavaProjectsThatNeedHelp.py", line 190, in <module> run() File "JavaProjectsThatNeedHelp.py", line 166, in run bigqcollection = p | 'ReadFromBQ' >> beam.io.Read(beam.io.BigQuerySource(project=project,query=get_java_query)) File "/usr/local/lib/python2.7/dist-packages/apache_beam/io/gcp/bigquery.py", line 321, in __init__ 'Google Cloud IO not available, ' ImportError: Google Cloud IO not available, please install apache_beam[gcp]
The text was updated successfully, but these errors were encountered: