When I used the command as follow:
protoc -I . --python_betterproto_out=lib e2sm_rc.proto
I got the error as follow:
--python_betterproto_out: protoc-gen-python_betterproto: Plugin failed with status code 1.
My version of the protobuf compiler is 3.15
I don't know where it goes wrong?