Skip to content
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

Component build is failing #2108

Closed
gaoning777 opened this issue Sep 13, 2019 · 0 comments
Closed

Component build is failing #2108

gaoning777 opened this issue Sep 13, 2019 · 0 comments

Comments

@gaoning777
Copy link
Contributor

When the build_python_component is used in the notebook, the following error shows:

2019-09-13 17:43:37:INFO:Build an image that is based on tensorflow/tensorflow:1.11.0-py3 and push the image to gcr.io/ml-pipeline-dogfood/multi-output:latest

TypeError Traceback (most recent call last)
in
3 staging_gcs_path=staging_gcs_path,
4 base_image=base_image,
----> 5 target_image=target_image)

/opt/conda/lib/python3.6/site-packages/kfp/compiler/_component_builder.py in build_python_component(component_func, target_image, base_image, dependency, staging_gcs_path, timeout, namespace, target_component_file, python_version)
224 # After: python3 -u main.py --param1 ...
225 command_line_args[program_code_index] = program_container_path
--> 226 command_line_args.pop(index=dash_c_index)
227
228 if python_version == 'python2':

TypeError: pop() takes no keyword arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants