-
Notifications
You must be signed in to change notification settings - Fork 54
Description
@dzlab . This error occurs after running the text_tuning_bison colab notebook just after clicking job submit().
INFO:google.cloud.aiplatform.pipeline_jobs:Creating PipelineJob
InactiveRpcError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py in error_remapped_callable(*args, **kwargs)
71 try:
---> 72 return callable(*args, **kwargs)
73 except grpc.RpcError as exc:
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "You do not have permission to act as service_account: 635965284211-compute@developer.gserviceaccount.com. (or it may not exist)."
debug_error_string = "UNKNOWN:Error received from peer ipv4:142.250.98.95:443 {grpc_message:"You do not have permission to act as service_account: 635965284211-compute@developer.gserviceaccount.com. (or it may not exist).", grpc_status:3, created_time:"2024-01-29T02:19:34.299081429+00:00"}"
The above exception was the direct cause of the following exception:
InvalidArgument Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py in error_remapped_callable(*args, **kwargs)
72 return callable_(*args, **kwargs)
73 except grpc.RpcError as exc:
---> 74 raise exceptions.from_grpc_error(exc) from exc
75
76 return error_remapped_callable
InvalidArgument: 400 You do not have permission to act as service_account: 635965284211-compute@developer.gserviceaccount.com. (or it may not exist).