Introduction to Vertex Pipelines Reviews
5538 reviews
Not sure if I redo will having the same error: Collecting kfp Using cached kfp-2.8.0.tar.gz (594 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [40 lines of output] running egg_info creating /var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info writing /var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info/PKG-INFO writing dependency_links to /var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info/dependency_links.txt writing entry points to /var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info/entry_points.txt writing requirements to /var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info/requires.txt writing top-level names to /var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info/top_level.txt writing manifest file '/var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info/SOURCES.txt' reading manifest file '/var/tmp/pip-pip-egg-info-uobux3z_/kfp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/var/tmp/pip-install-j1itsgbo/kfp_673517c3b79b4dc28001e78367d1503f/setup.py", line 60, in <module> setuptools.setup( File "/opt/conda/lib/python3.10/site-packages/setuptools/__init__.py", line 108, in setup return distutils.core.setup(**attrs) File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 184, in setup return run_commands(dist) File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 200, in run_commands dist.run_commands() File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 970, in run_commands self.run_command(cmd) File "/opt/conda/lib/python3.10/site-packages/setuptools/dist.py", line 956, in run_command super().run_command(command) File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 989, in run_command cmd_obj.run() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 310, in run self.find_sources() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 318, in find_sources mm.run() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 544, in run self.prune_file_list() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 610, in prune_file_list base_dir = self.distribution.get_fullname() File "/opt/conda/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 266, in get_fullname return _distribution_fullname(self.get_name(), self.get_version()) File "/opt/conda/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 284, in _distribution_fullname canonicalize_version(version, strip_trailing_zero=False), TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[18], line 8 5 from kfp.v2 import compiler 6 from kfp.v2.dsl import (Artifact, Dataset, Input, InputPath, Model, Output, 7 OutputPath, ClassificationMetrics, Metrics, component) ----> 8 from kfp.v2.google.client import AIPlatformClient 9 from google.cloud import aiplatform 10 from google_cloud_pipeline_components import aiplatform as gcc_aip ModuleNotFoundError: No module named 'kfp.v2.google'
Wiehan W. · Reviewed أكثر من سنة ago
Manju R. · Reviewed أكثر من سنة ago
Collecting kfp Using cached kfp-2.8.0.tar.gz (594 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [40 lines of output] running egg_info creating /var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info writing /var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info/PKG-INFO writing dependency_links to /var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info/dependency_links.txt writing entry points to /var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info/entry_points.txt writing requirements to /var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info/requires.txt writing top-level names to /var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info/top_level.txt writing manifest file '/var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info/SOURCES.txt' reading manifest file '/var/tmp/pip-pip-egg-info-zr8z8vi6/kfp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/var/tmp/pip-install-l6_g3f05/kfp_0f413a2c636f4142abc5b5f2259ed47a/setup.py", line 60, in <module> setuptools.setup( File "/opt/conda/lib/python3.10/site-packages/setuptools/__init__.py", line 108, in setup return distutils.core.setup(**attrs) File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 184, in setup return run_commands(dist) File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 200, in run_commands dist.run_commands() File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 970, in run_commands self.run_command(cmd) File "/opt/conda/lib/python3.10/site-packages/setuptools/dist.py", line 945, in run_command super().run_command(command) File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 989, in run_command cmd_obj.run() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 310, in run self.find_sources() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 318, in find_sources mm.run() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 544, in run self.prune_file_list() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 610, in prune_file_list base_dir = self.distribution.get_fullname() File "/opt/conda/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 266, in get_fullname return _distribution_fullname(self.get_name(), self.get_version()) File "/opt/conda/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 284, in _distribution_fullname canonicalize_version(version, strip_trailing_zero=False), TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. CANT MAKE THE LAB SINCE IT ALWAYS THROWS AN ERROR WHEN INSTALLING KFP
Renzo B. · Reviewed أكثر من سنة ago
Some packages could not be installed so half way down the notebook missing modules prevented further progress.
Vu N. · Reviewed أكثر من سنة ago
install issues hampered the labs effectiveness
h t. · Reviewed أكثر من سنة ago
x
Mark J. · Reviewed أكثر من سنة ago
Daniel V. · Reviewed أكثر من سنة ago
code not working
Felipe D. · Reviewed أكثر من سنة ago
Emmanuel A. · Reviewed أكثر من سنة ago
The installation of google cloud pipeline components not working. Enabled all api mentioned and created storage bucket didn't work.
Yamini P. · Reviewed أكثر من سنة ago
Fendy L. · Reviewed أكثر من سنة ago
Was unable complete due pip install fails
Suresh I. · Reviewed أكثر من سنة ago
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[23], line 8 5 from kfp.v2 import compiler 6 from kfp.v2.dsl import (Artifact, Dataset, Input, InputPath, Model, Output, 7 OutputPath, ClassificationMetrics, Metrics, component) ----> 8 from kfp.v2.google.client import AIPlatformClient 9 from google.cloud import aiplatform 10 from google_cloud_pipeline_components import aiplatform as gcc_aip ModuleNotFoundError: No module named 'kfp.v2.google'
James G. · Reviewed أكثر من سنة ago
Mohan G. · Reviewed أكثر من سنة ago
Pompiliu M. · Reviewed أكثر من سنة ago
Sona S. · Reviewed أكثر من سنة ago
Version of the google is not working properly
Arthur A. · Reviewed أكثر من سنة ago
Doesn't work, throws an error
Yulia M. · Reviewed أكثر من سنة ago
Very Informative
Rushikesh B. · Reviewed أكثر من سنة ago
install issues hampered the labs effectiveness
h t. · Reviewed أكثر من سنة ago
This lab has an import bug
John Mikel R. · Reviewed أكثر من سنة ago
James B. · Reviewed أكثر من سنة ago
Juan Camilo B. · Reviewed أكثر من سنة ago
Vivek P. · Reviewed أكثر من سنة ago
Bagus S. · Reviewed أكثر من سنة ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.