Casper 447e474d3e | | hai 1 mes | |
---|---|---|
.. | ||
README-usage.md | hai 1 mes | |
protocol.proto | hai 1 mes | |
protocol_pb2.py | hai 1 mes |
# 生成工具安装
apt update && apt install protobuf-compiler -y
# 版本
protoc --version
# 生成
cd /home/sri/repositories/repositories/SRI-DINO.Server-py/sri-server-bg03/xprotobuf
protoc --python_out=. protocol.proto
# 其他
sudo chmod -R 777 /home/sri/repositories/repositories/sri-project.demo-py/sri-dino-pyserver01/xprotobuf
# 在线安装
apt install python3-protobuf
# 在线安装
pip install protobuf==3.6.1 -i https://pypi.tuna.tsinghua.edu.cn/simple