HenrietteRoeger commented on issue #3480:
URL: 
https://github.com/apache/incubator-heron/issues/3480#issuecomment-625091878


   I just built the latest version with Bazel (3.1) on a MacOS 10.14.  and get 
the following error on any command line input (heron version, heron-tracker 
etc). Default Python is 3.7, but according to the stack, it properly finds 
python 2.7. 
   
   > Traceback (most recent call last):
   >   File ".bootstrap/_pex/pex.py", line 365, in execute
   >   File ".bootstrap/_pex/pex.py", line 293, in _wrap_coverage
   >   File ".bootstrap/_pex/pex.py", line 325, in _wrap_profiling
   >   File ".bootstrap/_pex/pex.py", line 408, in _execute
   >   File ".bootstrap/_pex/pex.py", line 466, in execute_entry
   >   File ".bootstrap/_pex/pex.py", line 471, in execute_module
   >   File 
"/usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py",
 line 192, in run_module
   >     fname, loader, pkg_name)
   >   File 
"/usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py",
 line 72, in _run_code
   >     exec code in run_globals
   >   File "heron/tools/cli/src/python/main.py", line 42, in <module>
   >     import heron.tools.cli.src.python.submit as submit
   >   File "heron/tools/cli/src/python/submit.py", line 34, in <module>
   >     from heron.proto import topology_pb2
   >   File "heron/proto/topology_pb2.py", line 24, in <module>
   > TypeError: __init__() got an unexpected keyword argument 
'serialized_options'
   
   Does this relate to the issues the others reported? 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to