Introduction to Vertex Pipelines Rezensionen
5667 Rezensionen
Moula V. · Vor mehr als ein Jahr überprüft
Muhammad Hamza A. · Vor mehr als ein Jahr überprüft
Jesus Eduardo J. · Vor mehr als ein Jahr überprüft
Yashu W. · Vor mehr als ein Jahr überprüft
The lab works awful. The library google-cloud-aiplatform doesn't compile with the version of the Shapely library that is defined on this lab to install as "shapely<2", I spent most of the time trying to fixing this issue of non compilation, but it didn't work. And this is a mayor mistake, because I wasn't able to run some of the final cells of the jupyter lab
Vicente W. · Vor mehr als ein Jahr überprüft
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. · Vor mehr als ein Jahr überprüft
Manju R. · Vor mehr als ein Jahr überprüft
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. · Vor mehr als ein Jahr überprüft
Some packages could not be installed so half way down the notebook missing modules prevented further progress.
Vu N. · Vor mehr als ein Jahr überprüft
install issues hampered the labs effectiveness
h t. · Vor mehr als ein Jahr überprüft
x
Mark J. · Vor mehr als ein Jahr überprüft
Daniel V. · Vor mehr als ein Jahr überprüft
code not working
Felipe D. · Vor mehr als ein Jahr überprüft
Emmanuel A. · Vor mehr als ein Jahr überprüft
The installation of google cloud pipeline components not working. Enabled all api mentioned and created storage bucket didn't work.
Yamini P. · Vor mehr als ein Jahr überprüft
Fendy L. · Vor mehr als ein Jahr überprüft
Was unable complete due pip install fails
Suresh I. · Vor mehr als ein Jahr überprüft
--------------------------------------------------------------------------- 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. · Vor mehr als ein Jahr überprüft
Mohan G. · Vor mehr als ein Jahr überprüft
Pompiliu M. · Vor mehr als ein Jahr überprüft
Sona S. · Vor mehr als ein Jahr überprüft
Version of the google is not working properly
Arthur A. · Vor mehr als ein Jahr überprüft
Doesn't work, throws an error
Yulia M. · Vor mehr als ein Jahr überprüft
Very Informative
Rushikesh B. · Vor mehr als ein Jahr überprüft
install issues hampered the labs effectiveness
h t. · Vor mehr als ein Jahr überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.