Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Issue introduced in package version >=1.56.1 with protofbuf <= 3.18.1 #121

@DManowitz

Description

@DManowitz

I get the following error when I have googleapis-common-protos version >= 1.56.1 installed along with protobuf package version <= 3.18.1:

from google.rpc import error_details_pb2
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\manow\miniconda3\envs\py37_gAPIs_test\lib\site-packages\google\rpc\error_details_pb2.py", line 39, in
_RETRYINFO = DESCRIPTOR.message_types_by_name["RetryInfo"]
AttributeError: 'NoneType' object has no attribute 'message_types_by_name'

I'm using Windows 10, and I've reproduced the problem with python 3.7 and 3.8.

Metadata

Metadata

Assignees

Labels

priority: p3Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions