so1n / protobuf_to_pydantic

Generate a pydantic.BaseModel with parameter verification function from the Python Message object(by the Protobuf file).
Apache License 2.0
80 stars 6 forks source link

How to run a protobuf python plugin on Windows #1

Open so1n opened 1 year ago

so1n commented 1 year ago

Plugin function cannot be used in Windows system

so1n commented 1 year ago

Currently, I don't have a Windows system to reproduce the current scenario. You can refer to the following link to solve the problem: