You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/xyz/WorkSpace/python/face_recognition/venv/bin/pyrobuf", line 11, in <module>
load_entry_point('pyrobuf==0.9.3', 'console_scripts', 'pyrobuf')()
File "/Users/xyz/WorkSpace/python/face_recognition/venv/lib/python3.7/site-packages/pyrobuf/__main__.py", line 6, in main
compiler.compile()
File "/Users/xyz/WorkSpace/python/face_recognition/venv/lib/python3.7/site-packages/pyrobuf/compile.py", line 88, in compile
self._compile_spec()
File "/Users/xyz/WorkSpace/python/face_recognition/venv/lib/python3.7/site-packages/pyrobuf/compile.py", line 121, in _compile_spec
self._generate(source)
File "/Users/xyz/WorkSpace/python/face_recognition/venv/lib/python3.7/site-packages/pyrobuf/compile.py", line 133, in _generate
msg_def = self.parser.parse_from_filename(filename, self.includes)
File "/Users/xyz/WorkSpace/python/face_recognition/venv/lib/python3.7/site-packages/pyrobuf/parse_proto.py", line 264, in parse_from_filename
raise e
File "/Users/xyz/WorkSpace/python/face_recognition/venv/lib/python3.7/site-packages/pyrobuf/parse_proto.py", line 261, in parse_from_filename
return cls(s).parse(fname=fname, includes=includes, disabled_tokens=disabled_tokens)
File "/Users/xyz/WorkSpace/python/face_recognition/venv/lib/python3.7/site-packages/pyrobuf/parse_proto.py", line 246, in parse
token.type, token.line + 1, self.lines[token.line]))
Exception: unexpected None token on line 81: 'service face_recognition { '
Any plan to implement this keyword or ignore this keyword instead of raising an exception
The text was updated successfully, but these errors were encountered:
pyrobuf version: 0.9.3
when parsing the following proto:
pyrobuf will raise an exception:
Any plan to implement this keyword or ignore this keyword instead of raising an exception
The text was updated successfully, but these errors were encountered: