-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key Error: Modules #42
Comments
Can you please provide the pipeline code you are converting? |
Oh, of course! Here are two samples:
And
|
Sorry for the delay... so if you compare the structure of a test json file, you will see it has the keys: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: