I am trying to run the Jupyter notebook, but I keep getting this error, specially when running the 3rd cell, the one that checks the versions of tensorflow and other libraries.
@Hozayfa_El_Rifai, at this window you could try pushing “Ok” and proceed.
Hello,
I was able to open the Jupiter notebook and run the cells until
!gsutil cat {DATA_ROOT}/penguins_processed.csv | head
And there is an error message:
species,culmen_length_mm,culmen_depth_mm,flipper_length_mm,body_mass_g 0,0.2545454545454545,0.6666666666666666,0.15254237288135594,0.2916666666666667 0,0.26909090909090905,0.5119047619047618,0.23728813559322035,0.3055555555555556 0,0.29818181818181805,0.5833333333333334,0.3898305084745763,0.1527777777777778 0,0.16727272727272732,0.7380952380952381,0.3559322033898305,0.20833333333333334 0,0.26181818181818167,0.892857142857143,0.3050847457627119,0.2638888888888889 0,0.24727272727272717,0.5595238095238096,0.15254237288135594,0.2569444444444444 0,0.25818181818181823,0.773809523809524,0.3898305084745763,0.5486111111111112 0,0.32727272727272727,0.5357142857142859,0.1694915254237288,0.1388888888888889 0,0.23636363636363636,0.9642857142857142,0.3220338983050847,0.3055555555555556 Exception ignored in: <_io.TextIOWrapper name=‘’ mode=‘w’ encoding=‘utf-8’> BrokenPipeError: [Errno 32] Broken pipe
…
Then, I was able to continue to the last cell, where we submit the definition file to kfp client, without serious errors.
However, I cannot see anything at “Vertex AI > Pipelines” and cannot pass the progress check.
Hi! Please check these two things:
-
The
GOOGLE_CLOUD_PROJECT
should be defined in this cell:
-
Next, please check that the correct region is selected in
Vertex AI Pipelines
. The project usesus-east1
by default so please toggle to that to see the pipeline that you just deployed.
Hope these help!
Thank you very much for the information! For #1, I did set it to my project id. For #2, not sure about my cloud_region.
But I just saw that I passed this exercise, so I guess all is good now.