Vertex Pipelines の概要 のレビュー

5501 件のレビュー

kumar vivek · 約1年前にレビュー済み

Rakheja Karan · 約1年前にレビュー済み

Unreachable Chasing · 約1年前にレビュー済み

google-cloud-pipeline-components is broken, some dependency issue, you will get python setup.py egg_info among other things. Tried a few things to work around but seems to be an issue with current environment.

Cassio Irv · 約1年前にレビュー済み

The notebook doesn't run It fails to install `google_cloud_pipeline_components` with the following error. `!pip3 install {USER_FLAG} kfp google-cloud-pipeline-components==0.1.1 --upgrade` Output: ``` Requirement already satisfied: kfp in /opt/conda/lib/python3.10/site-packages (2.5.0) Collecting kfp Using cached kfp-2.9.0.tar.gz (595 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [42 lines of output] running egg_info creating /var/tmp/pip-pip-egg-info-ael_lu_v/kfp.egg-info writing /var/tmp/pip-pip-egg-info-ael_lu_v/kfp.egg-info/PKG-INFO writing dependency_links to /var/tmp/pip-pip-egg-info-ael_lu_v/kfp.egg-info/dependency_links.txt writing entry points to /var/tmp/pip-pip-egg-info-ael_lu_v/kfp.egg-info/entry_points.txt writing requirements to /var/tmp/pip-pip-egg-info-ael_lu_v/kfp.egg-info/requires.txt writing top-level names to /var/tmp/pip-pip-egg-info-ael_lu_v/kfp.egg-info/top_level.txt writing manifest file '/var/tmp/pip-pip-egg-info-ael_lu_v/kfp.egg-info/SOURCES.txt' reading manifest file '/var/tmp/pip-pip-egg-info-ael_lu_v/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-uk7ma1yj/kfp_1940dc2b477c4875a8c0784ebfa99477/setup.py", line 60, in <module> setuptools.setup( File "/opt/conda/lib/python3.10/site-packages/setuptools/__init__.py", line 117, 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 954, in run_commands self.run_command(cmd) File "/opt/conda/lib/python3.10/site-packages/setuptools/dist.py", line 950, in run_command super().run_command(command) File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command cmd_obj.run() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 311, in run self.find_sources() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 319, in find_sources mm.run() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 545, in run self.prune_file_list() File "/opt/conda/lib/python3.10/site-packages/setuptools/command/sdist.py", line 161, in prune_file_list super().prune_file_list() File "/opt/conda/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py", line 392, in prune_file_list base_dir = self.distribution.get_fullname() File "/opt/conda/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 267, 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 285, 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. ``` Print ``` # print KFP SDK version !python3 -c "import kfp; print('KFP SDK version: {}'.format(kfp.__version__))" !python3 -c "import google_cloud_pipeline_components; print('google_cloud_pipeline_components version: {}'.format(google_cloud_pipeline_components.__version__))" ``` Output: ``` KFP SDK version: 2.5.0 Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'google_cloud_pipeline_components' ```

Gilor Gal · 約1年前にレビュー済み

The libraries does not seems to be updated. Several labs are failing for the same reason as below. ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. bigframes 1.9.0 requires google-cloud-bigquery[bqstorage,pandas]>=3.16.0, but you have google-cloud-bigquery 2.34.4 which is incompatible. bigframes 1.9.0 requires google-cloud-storage>=2.0.0, but you have google-cloud-storage 1.44.0 which is incompatible. conda 24.9.1 requires packaging>=23.0, but you have packaging 21.3 which is incompatible. kfp 2.5.0 requires google-cloud-storage<3,>=2.2.1, but you have google-cloud-storage 1.44.0 which is incompatible.

Rohit Bibudesh · 約1年前にレビュー済み

Priya Yamini · 約1年前にレビュー済み

Maulana Muhamad Arwani · 約1年前にレビュー済み

Didnt work as expected

Agulto Denver · 約1年前にレビュー済み

Ertuerk Cem · 約1年前にレビュー済み

Cesaro Matteo · 約1年前にレビュー済み

Cesaro Matteo · 約1年前にレビュー済み

JENA SONALIKA · 約1年前にレビュー済み

Gajjala Malleswari · 約1年前にレビュー済み

Vavilala Praveen Kumar Reddy · 約1年前にレビュー済み

KFP SDK version: 2.5.0 Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'google_cloud_pipeline_components'

RAGHUNANDANAN ARJUN · 約1年前にレビュー済み

Jmour Nedia · 約1年前にレビュー済み

Didn't work

Epstein Shahar · 約1年前にレビュー済み

couldnt install dependencies

Murphy Nic · 約1年前にレビュー済み

Ojo Tomiwa · 約1年前にレビュー済み

Jaishankar Harine · 約1年前にレビュー済み

Mishra Priyanshu · 約1年前にレビュー済み

Arbid Yasser · 約1年前にレビュー済み

Manem Suresh · 約1年前にレビュー済み

Benraj Nithya · 約1年前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。