google-research / tensor2robot

Distributed machine learning infrastructure for large-scale robotics research
https://ai.google/research/teams/brain/robotics/
Apache License 2.0
542 stars 114 forks source link

protoc -I=./ --python_out=`pwd` t2r.proto t2r.proto:36:3: Expected "required", "optional", or "repeated". t2r.proto:36:6: Expected field name. #18

Closed dbdxnuliba closed 1 year ago

dbdxnuliba commented 1 year ago

(google_RT1) robot@robot-System-Product-Name:~/ref/tensor2robot/proto$ protoc -I=./ --python_out=pwd t2r.proto t2r.proto:36:3: Expected "required", "optional", or "repeated". t2r.proto:36:6: Expected field name.

ENV: protobuf version:3.19.6 (google_RT1) tmirobot@tmirobot-System-Product-Name:~/ref/tensor2robot/proto$ pip install protobuf Looking in indexes: http://pypi.douban.com/simple Requirement already satisfied: protobuf in /home/tmirobot/anaconda3/envs/google_RT1/lib/python3.8/site-packages (3.19.6)

python3 version:3.8.15 this is my env createdy by conda (google_RT1) robot@robot-System-Product-Name:~/ref/tensor2robot/proto$ python3 Python 3.8.15 (default, Nov 24 2022, 15:19:38) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.