且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Protobuf编译问题

更新时间:2023-02-17 13:42:20

您需要先安装协议缓冲库.

You need to install the Protocols buffer library first.

pip安装,如下所示:

pip install from your command line as shown below:

pip install protobuf

然后再次运行protoc命令

Then run your protoc command again