-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'google.protobuf.pyext._message.RepeatedCompositeCo' object has no attribute 'WhichOneof' #442
Comments
Fixed with python 3.10 |
Closing as the issue appears to be addressed based on #442 |
I'm running into this exact same issue again, Environment details google-auth==2.28.1
|
Hi @mukundha @parthea @WaterKnight1998 facing the same issue, were you guys able to solve it? I am facing this issue while using - |
Hi @Himanshu-28, @matthiasa4, @mukundha, Please could you run the following code to confirm the version of protobuf at runtime, in case it is different from what is shown in
|
Closing due to no activity |
my protobuf version is 4.25.3 @parthea . I have same issue here |
Hi, I have the same issue when trying to run some model from vertex ai My machine is Apple M1 Max My sdk's linters also complain that google.protobuf.struct_pb2 doesn't have class Value |
I fixed it by downgrade to python 3.10.9. |
Environment details
google-cloud-aiplatform
version: 1.35.0More important libs:
Code example
Client extracted from here: https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/matching_engine/sdk_matching_engine_create_multimodal_embeddings.ipynb
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: