lively-king-98806
09/12/2022, 9:01 PMbetterpoto[compiler] which is a protoc_gen plugin that needs to be installed to generate protobuf files with grpcio-tools. Are plugins the expected route here?high-yak-85899
09/13/2022, 12:03 AM<package_name>[<optional_dependencies>] in a requirements file?lively-king-98806
09/13/2022, 1:05 PMbetterproto[compiler] would install a protoc-gen-python_betterproto script which would not work due to missing dependencies (black and markupsafe). Adding those as dependencies fixed the issue.lively-king-98806
09/13/2022, 1:07 PM