리뷰 Vertex AI Pipelines 소개개
리뷰 5488개
sabrina d. · 거의 2년 전에 리뷰됨
Vedant G. · 거의 2년 전에 리뷰됨
Victoria M. · 거의 2년 전에 리뷰됨
Sergei S. · 거의 2년 전에 리뷰됨
Nico B. · 거의 2년 전에 리뷰됨
Arnaud S. · 거의 2년 전에 리뷰됨
Vijay K. · 거의 2년 전에 리뷰됨
Sandipan G. · 거의 2년 전에 리뷰됨
Sandipan G. · 거의 2년 전에 리뷰됨
Muhammad K. · 거의 2년 전에 리뷰됨
https://stackoverflow.com/questions/74831594/cannot-import-name-wkbwriter-from-shapely-geos-when-import-google-cloud-ai-p
Alex G. · 거의 2년 전에 리뷰됨
Madhukar M. · 거의 2년 전에 리뷰됨
Dawid P. · 거의 2년 전에 리뷰됨
Zhuoqi F. · 거의 2년 전에 리뷰됨
Jace B. · 거의 2년 전에 리뷰됨
Jefferson P. B. · 거의 2년 전에 리뷰됨
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[12], line 10 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 File ~/.local/lib/python3.9/site-packages/google_cloud_pipeline_components/aiplatform/__init__.py:16 1 # Copyright 2021 The Kubeflow Authors. All Rights Reserved. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); (...) 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 """Core modules for AI Platform Pipeline Components.""" ---> 16 from google.cloud import aiplatform as aiplatform_sdk 17 from google_cloud_pipeline_components.aiplatform import utils 19 __all__ = [ 20 'ImageDatasetCreateOp', 'TabularDatasetCreateOp', 'TextDatasetCreateOp', 21 'VideoDatasetCreateOp', 'ImageDatasetExportDataOp', (...) 28 'ModelDeployOp', 'ModelBatchPredictOp', 'ModelUploadOp', 'EndpointCreateOp' 29 ] File ~/.local/lib/python3.9/site-packages/google/cloud/aiplatform/__init__.py:22 19 from google.cloud.aiplatform import explain 21 from google.cloud.aiplatform import initializer ---> 22 from google.cloud.aiplatform.datasets import ( 23 ImageDataset, 24 TabularDataset, 25 TextDataset, 26 TimeSeriesDataset, 27 VideoDataset, 28 ) 29 from google.cloud.aiplatform import hyperparameter_tuning 30 from google.cloud.aiplatform.metadata import metadata File ~/.local/lib/python3.9/site-packages/google/cloud/aiplatform/datasets/__init__.py:19 1 # -*- coding: utf-8 -*- 2 3 # Copyright 2020 Google LLC (...) 15 # limitations under the License. 16 # 18 from google.cloud.aiplatform.datasets.dataset import _Dataset ---> 19 from google.cloud.aiplatform.datasets.tabular_dataset import TabularDataset 20 from google.cloud.aiplatform.datasets.time_series_dataset import TimeSeriesDataset 21 from google.cloud.aiplatform.datasets.image_dataset import ImageDataset File ~/.local/lib/python3.9/site-packages/google/cloud/aiplatform/datasets/tabular_dataset.py:25 21 from typing import List, Optional, Sequence, Tuple, Union 23 from google.auth import credentials as auth_credentials ---> 25 from google.cloud import bigquery 26 from google.cloud import storage 28 from google.cloud.aiplatform import datasets File ~/.local/lib/python3.9/site-packages/google/cloud/bigquery/__init__.py:35 31 from google.cloud.bigquery import version as bigquery_version 33 __version__ = bigquery_version.__version__ ---> 35 from google.cloud.bigquery.client import Client 36 from google.cloud.bigquery.dataset import AccessEntry 37 from google.cloud.bigquery.dataset import Dataset File ~/.local/lib/python3.9/site-packages/google/cloud/bigquery/client.py:74 72 from google.cloud.bigquery._helpers import _verify_job_config_type 73 from google.cloud.bigquery._http import Connection ---> 74 from google.cloud.bigquery import _pandas_helpers 75 from google.cloud.bigquery.dataset import Dataset 76 from google.cloud.bigquery.dataset import DatasetListItem File ~/.local/lib/python3.9/site-packages/google/cloud/bigquery/_pandas_helpers.py:56 52 return write(v) if notnull(v) else v 54 return _to_wkb ---> 56 _to_wkb = _to_wkb() 58 try: 59 from google.cloud.bigquery_storage import ArrowSerializationOptions File ~/.local/lib/python3.9/site-packages/google/cloud/bigquery/_pandas_helpers.py:46, in _to_wkb() 39 def _to_wkb(): 40 # Create a closure that: 41 # - Adds a not-null check. This allows the returned function to (...) 44 # - Caches the WKBWriter (and write method lookup :) ) 45 # - Avoids adding WKBWriter, lgeos, and notnull to the module namespace. ---> 46 from shapely.geos import WKBWriter, lgeos # type: ignore 48 write = WKBWriter(lgeos).write 49 notnull = pandas.notnull ImportError: cannot import name 'WKBWriter' from 'shapely.geos' (/opt/conda/lib/python3.9/site-packages/shapely/geos.py)
Will B. · 거의 2년 전에 리뷰됨
Tan B. · 거의 2년 전에 리뷰됨
Adam C. · 거의 2년 전에 리뷰됨
Shubham K. · 거의 2년 전에 리뷰됨
i could not work out why the dependencies were not working
Craig P. · 거의 2년 전에 리뷰됨
Anush R A. · 거의 2년 전에 리뷰됨
Ilyas S. · 거의 2년 전에 리뷰됨
Mohit C. · 거의 2년 전에 리뷰됨
Mohammed H. · 거의 2년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.