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
I ran into this issue while doing a machine learning lab. Per chalmerlowe, version 2 has not been supported for almost a year. Despite this, there are still mentions of version 2 throughout this repo. And because version 2 is not supported, the shapely issue isn't going to be fixed either, which means that some labs cannot be completed without removing the bigquery version 2 requirement.
I ran into this issue while doing a machine learning lab. Per chalmerlowe, version 2 has not been supported for almost a year. Despite this, there are still mentions of version 2 throughout this repo. And because version 2 is not supported, the shapely issue isn't going to be fixed either, which means that some labs cannot be completed without removing the bigquery version 2 requirement.
With the following search query:
repo:GoogleCloudPlatform/training-data-analyst !pip install --user /google-cloud-bigquery==1./ OR !pip install --user /google-cloud-bigquery==2./ language:"Jupyter Notebook"
we can see that there are currently 6 jupyter notebooks with mentions of version 2.x or 1.x.
The text was updated successfully, but these errors were encountered: