python-betterproto
python-betterproto copied to clipboard
module 'google.protobuf' has no attribute 'Any'
Summary
module 'google.protobuf' has no attribute 'Any'
Reproduction Steps
I encountered a problem while creating a protobuf through our plugin AttributeError: module 'google.protobuf' has no attribute 'Any' python:3.12.1 protoc: 26.1 How should I handle it
Expected Results
Actual Results
is not work
System Information
python:3.12.1 protoc: 26.1 betterproto last
pip install -U --pre betterproto is not work --python_betterproto_out: protoc-gen-python_betterproto: Plugin failed with status code 1.
Checklist
- [X] I have searched the issues for duplicates.
- [X] I have shown the entire traceback, if possible.
- [X] I have verified this issue occurs on the latest prelease of betterproto which can be installed using
pip install -U --pre betterproto, if possible.