Traceback (most recent call last):
File "bin/compile", line 82, in
pipe = parse_pipe_def(pipe_def, pipe_name)
File "/Users/rjones/Projects/GlanceSWF/zappa-pipes/env2/lib/python2.7/site-packages/pipe2py-0.23.7-py2.7.egg/pipe2py/compile.py", line 260, in parse_pipe_def
File "/Users/rjones/Projects/GlanceSWF/zappa-pipes/env2/lib/python2.7/site-packages/pipe2py-0.23.7-py2.7.egg/pipe2py/lib/utils.py", line 641, in gen_graph1
KeyError: 'modules'
It works for your test pipelines, but not for the ones I actually need to convert.
Traceback (most recent call last):
File "bin/compile", line 82, in
pipe = parse_pipe_def(pipe_def, pipe_name)
File "/Users/rjones/Projects/GlanceSWF/zappa-pipes/env2/lib/python2.7/site-packages/pipe2py-0.23.7-py2.7.egg/pipe2py/compile.py", line 260, in parse_pipe_def
File "/Users/rjones/Projects/GlanceSWF/zappa-pipes/env2/lib/python2.7/site-packages/pipe2py-0.23.7-py2.7.egg/pipe2py/lib/utils.py", line 641, in gen_graph1
KeyError: 'modules'
It works for your test pipelines, but not for the ones I actually need to convert.