-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
Description
Line 313 in a76ffef
| "!pip install --use-deprecated=legacy-resolver \\\n", |
There is a conflict with protobuf version that is installed as a dependency in the first cell of the notebook. The conflict occurs in the 2nd cell of
the notebook.
To fix it, you could after line 1 of the first cell, insert the following:
protobuf==3.20.3 \
The first cell content after the fix is then
!pip install --use-deprecated=legacy-resolver
protobuf==3.20.3
google-cloud-bigquery==1.27.2
pandas==1.5.3
pandas-gbq==0.17.9
pyarrow==10.0.0
tensorflow-data-validation==1.14.0
google-cloud-aiplatform==1.51.0
tensorflow-metadata==1.14.0
google-api-core==1.34.1
google-auth==2.26.1
google-cloud-core==1.7.3
google-resumable-media==1.3.3
tfx-bsl==1.14.0
Metadata
Metadata
Assignees
Labels
No labels